Il modulo numpy (Numerical Python) fornisce strutture dati e funzioni per rendere più semplici e/o più veloci molte operazioni matematiche
- vettori, matrici, algebra lineare
- numeri pseudocasuali
- statistica
- elaborazione di immagini
- …
- Consulta le pagine del sito con la parola chiave NumPy
Installa il modulo
pip install numpy
e importalo con l’alias np
import numpy as np
Funzionalità
- Costanti
- Array
- Numeri casuali
- Algebra lineare
- Statistica
- …
RISORSE ONLINE
- NumPy.org
- In italiano: Le librerie python numpy e matplotlib / Python in ambiente scientifico / …
- Python Data Science Handbook > Introduction to NumPy
- Python Guides > Numpy
- GeeksforGeeks > https://www.geeksforgeeks.org/numpy-tutorial
- jobtensor > NumPy
- tutorialspoint > NumPy Tutorial
- w3schools > Introduction to NumPy | Machine Learning
- From Python to Numpy / Numerical calculations with NumPy / Intro NumPy / Rosetta Code: NumPy / …