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

Numpy Functions

Some numpy functions one should know-

Numpy is a library in python to simplify our work.Big calaculations can be simplified with numpy.This saves our time .Any type of mathematical calculation can be simplified using numpy.

  • reshape function(use of (-1) in parameters)
  • numpy.array function
  • numpy.arnge function
  • numpy.fromiter function
  • numpy.diag function
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations1')
[jovian] Attempting to save notebook..

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