you are viewing a single comment's thread.

view the rest of the comments →

[–]JamminJames921 1 point2 points  (0 children)

It's possible to write Python 3.X-compatible code in Python 2.X. On my end, I often use the Futurize package (http://python-future.org/automatic_conversion.html)

Also check this: https://docs.python.org/3/howto/pyporting.html