Hacker News new | ask | show | jobs
by jacobtomlinson 207 days ago
Author of the post here. For Python package management I use a mixture of pixi, uv and conda depending on the task I'm doing. I wrote up a long form post about the history of these tools, why each one exists, and why I settled on these choices in my workflow. I hope this is interesting to folks who want to learn more about why Python package tooling is so fragmented!
1 comments

Thanks for the fantastic write-up! This is a great breakdown of to lean into the strength of each of these tools.