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

Numpy and Its Wonders

5 Interesting Numpy Functions

Numpy is a library for Scientific computing. It has many useful functions and other advantages like speed and memory.

  • np.mean
  • np.shape
  • np.dot
  • np.linspace
  • np.sort
!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.