Instructor: Ines
Outline
This lecture will introduce NumPy and its ndarray data structure, which are at the core of most scientific Python packages.
At the end of the lecture, participants will be able to:
- Understand why NumPy enables efficient computation and what are NumPy arrays.
- Manipulate arrays of numbers with NumPy
Material
Resources
-
A Visual Intro to NumPy and Data Representation by Jay Alammar, up to βTransposing and Reshaping.