logoalt Hacker News

saalweachterlast Thursday at 5:20 PM2 repliesview on HN

I kind of feel like the nature of the Python ecosystem is a dozen or so extremely useful frameworks/tools that everyone uses heavily for 3 years and then abandons and never speaks of again.

I'm not very deep in Python anymore, but every time I dip my toes back in it's a completely different set of tools, with some noticably rare exceptions (eg, numpy).


Replies

jitlyesterday at 5:12 AM

i think most of the previous package management tools have been like 70% solutions - for 70% of things, they're much better than previous tools, but then 30% of the problem goes unaddressed. For example, poetry does a good job at managing your package, but decided not to manage python versions. So, I still need some other bootstrap process involving a huge pile of bash.

uv feels like the first 100% coverage solution i've seen in the python space, and it also has great developer experience.

I can't speak to the rest of the ecosystem, when I write python it's extremely boring and I'm still using Flask same as i was in 2016.

fastasucanlast Thursday at 7:38 PM

I cant see how the ecosystem evolves being a bad thing?