NumPy Course Outline
This course covers NumPy from the ground up — array creation, indexing, slicing, broadcasting, universal functions, linear algebra, random number generation, and common methods for numerical computing.
📥 Sample datasets are available for download so you can follow along with every example. See the NumPy Tutorial for the full list.
Modules
| # | Module | Topics |
|---|---|---|
| 1 | NumPy Tutorial | Arrays, creation, indexing, slicing, broadcasting, ufuncs, linear algebra |
| 2 | Common Methods | Array manipulation, math, statistics, sorting, I/O |