Ask HN: What is the status of Python2 at your day job?
13 comments
Python 2.7 runs two of our critical legacy services. Big public company. Both are no longer being actively developed and the strangler pattern is being used to move these to Go services.
Edit: I don't see the migration finishing for _years_ to come.
Edit: I don't see the migration finishing for _years_ to come.
Banking? Bank Python?
Bank of America used Python 2 (as of 2016), I suppose they would have updated their software.
I heard it's so far away from ordinary Python that they even have their own code editor.
None. I’ve dealt with python2 in some personal projects, but professionally I write everything for in 3.8 style syntax and then run in 3.8 or 3.11 environment depending on the context.
Non-existent and I'm happy about that.
But I'm sure there's a ton out there still.
But I'm sure there's a ton out there still.
Historically entrenched, but it has been hinted at that I might get to participate the big push, soon.
None. Everything has been migrated to 3 long ago.
Are there proprietary, supported Python 2 implementations out there? If not seems like a ripe market.
Red Hat still supports python2
https://access.redhat.com/solutions/4455511
Eh, barely.
The support is limited to bugfixing and security patching, only on rhel8 (we’re on rhel9) and only up to june 2024, in less than a year.
The support is limited to bugfixing and security patching, only on rhel8 (we’re on rhel9) and only up to june 2024, in less than a year.
I don’t understand what the point of having official support from RH is worth when you can’t use any new libraries meaningfully. The libraries are much of the reason to use python.
No Python2 anymore, all migrated to Python3.
However, a year after that I was working at a pretty large and well-known company that was still in the process of porting existing Py2 code over to 3.
Being familiar with the way that working code tends to stick around until something hard-breaks it, I was wondering how many people still encounter mission-critical Python2 on a daily basis. I know that the PyPy project has committed to continuing support for 2.7, so I wouldn't be surprised if there's still a lot of Python2 out in the wild.