📝 Edit page
➕ Add page
Numpy
Handle scientific computing in Python, such as arrays and linear algebra
Byline:
The fundamental package for scientific computing with Python
Key links
- 🏠 Homepage: https://numpy.org/
- 📗 Docs: https://numpy.org/doc/stable/
- 👨💻 Repo:
Features
From the GitHub README file.
It provides:
- a powerful N-dimensional array object
- sophisticated (broadcasting) functions
- tools for integrating C/C++ and Fortran code
- useful linear algebra, Fourier transform, and random number capabilities