|
|
|
|
|
by japhyr
2214 days ago
|
|
If you're interested in the technical issues behind Python packaging, a recent Podcast.__init__ episode features three people working on improving Pip's dependency resolution algorithm. My use cases are simple enough that I've gotten by for years just using pip and venv with requirements.txt files, but it was still fascinating to listen to how package management is approached in more complex situations. Dependency Management in Pip's Resolver: https://www.pythonpodcast.com/pip-resolver-dependency-manage... |
|