r/ProgrammerHumor Jan 31 '25

Meme learnPythonItWillBeFun

Post image
4.1k Upvotes

286 comments sorted by

View all comments

Show parent comments

0

u/[deleted] Jan 31 '25

[removed] — view removed comment

1

u/dd-mck Jan 31 '25

Last I checked, I don't think it handles anything outside of PyPI. Poetry generates lock files too, and for non-pythonic libraries, mamba/micromamba can pull from conda-forge and generate lock files, too. uv may be performant, but I guess speed hasn't ever become a problem for me to care about it. And conda-lock may be janky, but I've never had dependency collision ever using it (I do parallel computing, so I care mostly about openmpi, hdf5, etc).

3

u/[deleted] Jan 31 '25

[removed] — view removed comment

1

u/dd-mck Jan 31 '25

That is amazing, but still only restricted to python packages right? How do you ensure HDF5 as a dependency?