Learn practical skills, build real-world projects, and advance your career

Useful NumPy Function

Numpy stands for Numerical Python .Numpy is an open source library which is used for numerical operations with respect to linear algebra and matrices .It is created by Travis Oliphant in 2005 .

1.numpy.sort
2.numpy.linspace
3.numpy.argmax
4.numpy.flip
5.numpy.split

!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Updating notebook "aneesh-raaman2305/numpy-array-operations" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/aneesh-raaman2305/numpy-array-operations

Let's begin by importing Numpy and listing out the functions covered in this notebook.