r/Python Pythonista 6d ago

News The Move to Python 3 Begins!

As someone who spent decades in the mainframe community, I find it ... humorous ... that there are legacy Python2 code bases that are only just (or have yet to consider!) moving to Python3.

https://www.eveonline.com/news/view/the-move-to-python-3-begins

305 Upvotes

106 comments sorted by

View all comments

73

u/bmrobin 6d ago

depending on the codebase, 2->3 is no joke and has so much risk

-8

u/daidoji70 6d ago

What do you mean? I migrated about 3-4 python projects from 2->3 about a decade ago and other than pandas and pandas related projects it was a breeze. Run 2to3.py and review. Barely a hiccup.

2

u/assumptionkrebs1990 6d ago

2to3 has been decrept (depending deprecation 3.9/fully decrept 3.11) and removed (since 3.13) for a while now.

1

u/daidoji70 6d ago

Def, but so was the support for python2 and that didn't stop these companies apparently.