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

Bootcamp Python Week 4 - NumPy and Pandas - Walkthrough of major syntaxes

Numpy

  • Library used for Scientific Computing in Python
  • Array

NumPy

#!pip install numpy
import numpy as np