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

Numpy is a python library used moatly for numerical calculations, which includes matrics, fourier transform, algebra etc. these are stored continuously in the memory location unlike lists, so easy to access and manipulate data. it has many build in functions compare to list

!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Updating notebook "deekshatend97/numpy-array-operations" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/deekshatend97/numpy-array-operations

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