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

Assignment 2

5 mot important numpy functions to know!!

NumPy is a python library used for working with arrays.

It also has functions for working in domain of linear algebra, fourier transform, and matrices.

NumPy was created in 2005 by Travis Oliphant. It is an open source project and you can use it freely.

NumPy stands for Numerical Python..

  • Reshape method
  • function 2
  • function 3
  • function 4
  • function 5
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Updating notebook "abhimanyu2019/numpy-array-operations" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/abhimanyu2019/numpy-array-operations

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