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

Numpy Functions

About Numpy

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 .

5 Numpy Functions

  • numpy.flip
  • numpy.sort
  • numpy.maximum
  • numpy.split
  • numpy.count_nonzero
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ········ [jovian] Updating notebook "akash-choudhary/numpy-array-operations" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/akash-choudhary/numpy-array-operations

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