Schlagwort: Dave Jones

  • piwheels: making “pip install” fast

    piwheels: making “pip install” fast

    Reading Time: 6 minutesTL;DR pip install numpy used to take ages, and now it’s super fast thanks to piwheels. The Python Package Index (PyPI) is a package repository for Python modules. Members of the Python community publish software and libraries in it as an easy method of distribution. If you’ve ever used pip install, PyPI…