Python has too many package managers
Python is a wonderful programming language. I’ve used it to build webapps, deep learning models, games, and numerical computation. However there is one aspect of Python that has been an inexcusable pain-in-the ass over many years. That would be the fragmented Python package and environment management ecosystem, succinctly represented by the following XKCD comic:You see, a lot of other programming languages developed standardized ways to setup versioning, dependency resolution, and dev environmen...
Read more at dublog.net