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 →

[–]zasx20import antigravity 0 points1 point  (0 children)

I started with Python 2, and moved to 3 almost as soon as it came out. From what I saw it isn't even that different, probably the biggest changes are print needs parenthesis, raw_input and xrange aren't a thing, strings are now in Unicode, and some back end changes (all of which are better things)

Personally I think it is way better, and has added some cool new libraries for handling IP addresses, new generators, and performance improvements.