December 2017
Intermediate to advanced
386 pages
10h 42m
English
The main tool to set up packages in a standalone installation of Python 3 is the pip3 command. This command will fetch a package from the Python Package Index (PyPI), a standard public repository located at https://pypi.python.org/pypi.
PyPI is somewhat hard to navigate due to the large number of packages from different application areas that are available. A list restricted to packages related to SciPy is available at: https://www.scipy.org/topical-software.html.
The existence of a uniform package manager makes it is straightforward to add and remove packages to a Python installation.
Read now
Unlock full access