Module finden
beispielsweise unter pypi.org
Packagemanager
PATH-Variable erweitern um <installationsverzeichnis/Scripts
Konsole: pip --version
numpy
Konsole: pip install numpy
Anwendung: import numpy
numpy.zeros([3,3])
erstellt eine 3X3 Null-Matrix