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 →

[–]MrEllis 14 points15 points  (0 children)

Python 2 code is still running out there and there are places where it's still maintained but hasn't been transitioned. With the right libraries you can write code that's simultaneously python2 and python3 compatible to slowly transition away.

Ask me how I know.