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

NumPy Interesting Functions

A list of five NumPy functions that you probably didn't know.

NumPy is a library package in Python which is used for calculations involving large multi-dimensional arrays and matrices. the Library also has high level mathematical functions that can be used on the array, which is similar to the functions that you would get in an scientific programming language such as MATLAB.

  • function 1 - The Concatenate function
  • function 2 - The Delete function
  • function 3 - The sum function
  • function 4
  • function 5
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')

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