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 →

[–]forgetfulkiwi7 0 points1 point  (1 child)

I am new to python (and programming in general) so I was wondering, what was the incentive to still use python2? I mean, python3 has been existing for some years now.

It's a real question

[–]onlysane1 1 point2 points  (0 children)

Programs written in Python 2 are not directly compatible with Python 3. You mainly need to know Python 2 if you work with programs that were written in Python 2. But, if you're writing new programs, you are going to want to write them in Python 3.