Skip to main content

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

#ModuleTopics
1NumPy TutorialArrays, creation, indexing, slicing, broadcasting, ufuncs, linear algebra
2Common MethodsArray manipulation, math, statistics, sorting, I/O