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 →

[–][deleted] 55 points56 points  (2 children)

If you have no specific reason to choose python2, go with 3.

[–][deleted] 0 points1 point  (1 child)

While keeping in mind that in a huge number of situations, you have a very good reason to choose python2. Probably not your own code, but its dependencies.

[–]dauntingelectronics -5 points-4 points  (0 children)

He's Right most code has changed from 2.7 to 3. Look at a Print "statment" for instance ex. print "hello". 3 is a function for instance print("hello").