NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays. It is the backbone of many important libraries like Pandas, Matplotlib, SciPy etc. Fundamental library for Data Science. After learning the materials of this repository, coders can perform a large number of mathematical operations using NumPy very easily.
- The official numpy documentation - https://numpy.org/learn/
Book:
- Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython (Wes McKinney) https://www.amazon.com/Python-Data-Analysis-Wrangling-IPython/dp/1491957662
Video tutorials:
- freeCodeCamp - https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ
- Edureka - https://www.youtube.com/user/edurekaIN
- Keith Galli (@KeithGalli) - https://www.youtube.com/channel/UCq6XkhO5SZ66N04IcPbqNcw
Details Can be found in LICENSE
