Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JoeUser11

  1. JoeUser11

    Python variable problem

    Thanks mikevh! Big help! Now my program works!
  2. JoeUser11

    Python Editor

    I like IDLE. I havn't found any problems with it, and it comes in the download of python24. You get pretty colored code, and then just hit f5, then you get a python shell, complete with error messages. Lovely! Much better than notepad =)
  3. JoeUser11

    Python pre-installed on new computer

    I found (read find, I'm only 2 weeks in) that python is an extremely easy language to learn. Perhaps it's just because it's my first scripting language, but it's very comfortable to code in. I also discovered python when I was poking around on my new PC's hard drive. I hadn't even heard of it...
  4. JoeUser11

    Python variable problem

    Thanks! That really helped me understand why it isn't working. One problem though, I don't know if things work diffrently with definition arrays, but I'm getting an error: >>> a = {'a':1,'b':2,'c':3} >>> b = a[:] Traceback (most recent call last): File "<pyshell#23>", line 1, in ? b =...
  5. JoeUser11

    Python variable problem

    I'm new to python. I'm making a simple text-based chess program, and everything works fine except for one function. Whenever I copy array 'p' into array 'lb', if I modify 'p', 'lb' changes with it. I'm not really familiar with python variable properties, and it just mistifies me why array 'lb'...

Part and Inventory Search

Back
Top