Numpy
Numpy:
Numpy stands for Numerical Python and it is used for solving complex mathematical probelms.
Numpy was discovered by Trivis Oliphant in the year 2005. Numpy is more faster compared to that of Python. Is it possible?
Yes, it is possible. Because the elements stored in the memory in continuous location so it is easy for process it. So the numpy operations are faster than Numpy.
Numpy is a python library works with arrays.
How to install numpy?
1) Install Python in your device
2) Open Cmd(Command prompt) to check the version of Python and whether it is installed properly in your device.
3) Then use the following command to install numpy: pip install numpy
If it is not worked properly, then type Google Colab in your browser then open the first link.
What is Google Colab?
Google Colab is a software tool which is used to free and easy to use. Those python developer, data scientist, data analyst and various people uses Colab for their work completion.
To use numpy in Colab,use the syntax:
import numpy as np
I have some experience in working with numpy and I also attached a link in the below:
https://replit.com/@SujithRio/Numpy#main.py
I had perform some operations in this .
Note that, Numpy won't store different data type in its array.
Comments
Post a Comment