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

numpy-basics

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="numpy-basics")
!pip install numpy
Requirement already satisfied: numpy in /opt/conda/lib/python3.9/site-packages (1.20.3)