Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Creating a new project "afernandez/numpy-array-operations" [jovian] Uploading notebook.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ai/afernandez/numpy-array-operations

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

import numpy as np