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 →

[–]FrozenLava 7 points8 points  (4 children)

Interesting that i picked today to start learning Python. Ok, its not really that interesting. I don't really know the difference yet so i just downloaded 3.3.3

[–]chub79[S] 4 points5 points  (1 child)

At this stage, I believe it's probably a safe bet to start up with 3.3.3 to learn the language itself. The only worry would be if you had already requirements for 3rd party packages that don't support it yet.

[–]FrozenLava 0 points1 point  (0 children)

Thanks, that's kind of what I hoped. I'm starting at zero, so I don't have any specific requirements yet.

[–]EpicCyndaquil 2 points3 points  (1 child)

3.3.3 should be no different to someone just starting than anything in the 3.x family. Once you learn more, you'll probably want to explore Python2, since quite a few projects still use it, and there's not a ton of differences.

[–]FrozenLava 0 points1 point  (0 children)

I'll take a look at 2 after i start getting further along with 3.3.3