
Python Package Manager Shootout
tl;dr
I built a benchmark for Python Package managers, you can view it at
https://lincolnloop.github.io/python-package-manager-shootout/
When starting a new Python project, you have a few different options for how you want to manage your dependencies. Like Node.js has
npm
, …