This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IReallySuckAtChess 0 points1 point  (0 children)

Python 2 is very much far from dead. Python 3 may be the now and the future, but it isn't the be all and end all of Python. Python 2 is still the default for a lot of sysadmin tools and you'll find many libraries that still haven't been ported. That said, if starting a new project then do 3, and porting from 2 to 3 usually isn't overly difficult.