6 ms·
> This is pretty old, and hasn't seen an update in over a year So pretty much like every Python project then. What's happening to the Python community?
by anarchy8 8y ago
> This is pretty old, and hasn't seen an update in over a year
So pretty much like every Python project then. What's happening to the Python community?
- digitaLandscape 8y agoIt's stable and mature? If you've been writing JavaScript your whole career you might not know what that looks like.
- Waterluvian 8y agoSuch a snarky response, but I can't deny it. I see a JS package that hasn't been updated in a year and I expect that it won't even build with my environment because webpack evolution. I see a python package that hasn't been updated in a year and it doesn't faze me. Not a whole lot that can break in terms of building and integration with my python project.
- andrewmcwatters 8y agoPerspective is everything. Now and again I use C libraries that haven't been updated in 15 years. Why? There isn't a need. Everything builds perfectly, and some of those libraries are still the go-to solutions in my field.
- daveFNbuck 8y agoIts front page describes it as an experiment, and it has 98 open bugs. Both PyPy and Python have released new versions since the last update of this project, so it's at least missing important updates.
- deleted 8y ago[deleted]
- traverseda 8y agoLimited man-hours, and more time being spend on the data-science community? I've seen a fair number of impressive things done targeting data-science, but less big generally useful libraries. A lot of the low-hanging fruit for generally-useful libraries have already been created, and have reached maturity? Micropython is pretty recent, and pretty impressive.
- da_chicken 8y ago> What's happening to the Python community? It's moved from "growing" to "well established." I don't see many people lamenting something is in CPAN and not pip anymore. It shouldn't be surprising that you find more stale projects and packages as time goes on. Most of the interesting stuff is in the development with specific packages (Pandas, Salt, OpenStack, etc.).