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

304 Upvotes

106 comments sorted by

View all comments

3

u/iluvatar 6d ago edited 5d ago

As CTO at my previous company, I had to veto developers who wanted to migrate from Python 2 to Python 3. The amount of effort required for the migration and the fairly low chance of a trouble free switch just didn't make a good business case for a working codebase that brought in millions in revenue each year and paid all of our salaries. All new development was in Python 3. But existing running code just had too high a risk and too low a reward for migrating.

0

u/realPanditJi 5d ago

Same. In my prev org we tried to move from 2to3 along with django 1.4 to 4.X
We were able to get somewhat stable local build, and as we ran regression on it - everything fell apart. We never went ahead after that.