Most popular Python packages now support Python 3
py3readiness.org
Most popular Python packages now support Python 3
1–10 of 166 posts
Re: Most popular Python packages now support Python 3
#2Re: Most popular Python packages now support Python 3
#3Re: Most popular Python packages now support Python 3
#4I'm kind of sad about this, but I think that Golang will eventually replace Python as the go-to back-end server language (maybe even data processing).
Re: Most popular Python packages now support Python 3
#5Nice work everyone! I’d be curious to see what a “Python 2 deprecation” page would look like (although deprecating Python 2 support shouldn’t be the goal of course)
Re: Most popular Python packages now support Python 3
#6This site has been around for a very long time, but I checked it the other day and was delighted to see that it's almost entirely green now.
Re: Most popular Python packages now support Python 3
#7Yup at this point there is no reason to not use Python 3 for new projects. What I'm finding actually is that some companies that have their codebase in Python 2 have actually started migrating to Golang rather than Python 3, because of the increased performance benefits. I'm kind of sad about this, but I think that Golang will eventually replace Python as the go-to back-end server language (maybe even data processing…
Re: Most popular Python packages now support Python 3
#81. Obsolete. Either explicitly so (e.g. Google API) or abandoned, without even a minor/patch release (initools, 2010) or in some cases a code commit (e.g. pathtools, 2012) for five years or more. I suspect that they will never be Py3, the community will just move on to alternatives.
2. Working hard to bring support (e.g. ansible).
3. Part of the graphite ecosystem. If the base library won't change, none of its ecosystem will.
4. Not on public version control / issue tracking, so who knows (e.g. supervisord)
Re: Most popular Python packages now support Python 3
#9It has many many python3 crash bugs, especially on the MWS side. I have had an open PR for like a year to fix one of them, and it has been ignored.
This makes me not very hopeful that being on the list means anything.
(I am exclusively python3, but I have to wrestle with this a fair bit still)
Re: Most popular Python packages now support Python 3
#10This site has been around for a very long time, but I checked it the other day and was delighted to see that it's almost entirely green now.
I wonder if it's possible to get a time series of the history of that ratio. Would love to plot it to see the adoption curve.
(Which is a shame, graphite is something that always feels older than it should be.)