It is the python library to conduct easy matrix operations, matrices are used a lot in machine learning so we need numpy to handle them easily, else we have to write nested loops for even the simplest things
Here I have tried to cover sum basic functions of Numpy which one must know because they are used very often.
Go through the documentation of Numpy and implement some more functions if you like click here to go to the documentation page