Draymire wrote:i keep hearing that python 2.6 is the best python so far and am wondering if i should switch to it instead of python 3.1
The only programing experience i have is a year in Turing..lol, a summer reading about Java and about 5 months in python 3.1
so far python is my favourite as i find it so simple to do almost anything with it. so which version of python do you think i should stick with for awhile?
Python is freakin amazing. Python 3.1 is the latest version, but some third party modules haven't upgraded (which makes some things still require 2.6). If you are using modules that don't exist for 3.1, make programs with 2.6, but otherwise 3.1 is the latest and greatest, so I would recommend it. You can see the differences here: http://docs.python.org/3.1/whatsnew/3.0.html.



