Numpy is a library which provides functions that are especially useful when you have to work with large arrays and matrices of numeric data, like doing matrix multiplications and dot products.
Also, Numpy is battle tested and optimized, so that it runs fast, much faster than if you were working with Python lists directly.
In this project, we'll play with the Numpy library, specifically:
- Arrays
- Arithmetic Operations
- Mathematical Operations
You'll need to install:
numpy_playground.py
- Script that shows off Numpy's various functions.