This course has been archived and is no longer supported. For our latest courses on NumPy, consider trying our evergreen curriculums with a 1-Year Unlimited Access Package.
Containing data structures and the functionality to enable the usage of powerful functional arrays and matrices, NumPy is the python library with a wide range of uses and applications. Considerably faster than Python’s regular lists, and able to make more efficient mathematical computations, knowledge of NumPy is crucial when working in data science, machine learning, game development, and more.
After being shown how to download and install Anaconda and Jupyter, you will learn:
NumpPy arrays:
- Creating Numpy arrays
- Fetch operations
- Modification operations
NumPy matrices
- Creating NumPy matrices
- Fetch operations
- Modification operations