NumPy

Introduction to NumPy

NumPy stands for Numerical Python. It is the most fundermental libraries of using Python for Quantitative Analysis.

To install numpy

conda install numpy

NumPy is a numercal library for Python that allows for extremely fast data generation and handling. It utilizes arrays which can efficiently store data (much better than a built-in normal python list)