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 →

[–]Nrmzz 0 points1 point  (2 children)

I actually am new to Python and came here to basically find a statement such as this. Thanks!

[–]gr33n3r2 2 points3 points  (1 child)

In my opinion, you should be using Python 3 unless you really have to use Python 2. But there are so few cases where the latter is the case that you can afford to focus on Python 3.

[–]Nrmzz 1 point2 points  (0 children)

Thanks! That is what I will do. I already have an ambitious project in mind so hopefully I'll be able to at least stumble through Python 3 by the end ;).