/Python-Nympy

In this, I have covered about introduction to numpy library in python. Here you will find the defination, installation, and basic examples of Nympy.

Python-Nympy

Numpy was created in 2005 by Travis Oliphant, which is an open source library which can be used for free by anyone anywhere. In python, Numpy library is mostly used which adds support to multidimentional, large arrays and metrices additional with large number of mathematical operations to perform on this array.

#To install Nympy: pip install numpy

#Basic syntax to import the librar: import numpy as np