- NumPy is a powerful library in Python used for numerical computing. It's especially useful for working with arrays and matrices, and it provides a wide range of mathematical functions to operate on these data structures efficiently.
- NumPy stands for Numerical Python
- The core object in NumPy is the ndarray, which stands for "N-dimensional array."
- arithmetic operation
- statistical operation
- bitwise operation
- copy & view array
- stacking
- matrix operation
- linear algebra
- broadcasting
- math operation
- sorting, searching