โ† Back to Foundations
๐Ÿ”ข
Module 1 of 6

NumPy Essentials

Get comfortable with NumPy โ€” the toolkit everything else depends on.

Progress0/3 drills ยท 0%
FREE~25 minยทBeginner

What you'll learn

  • โœ“Create and reshape arrays
  • โœ“Indexing, slicing, and broadcasting
  • โœ“Aggregations along different axes

Drills

1

Array Creation & Reshaping

Create arrays from lists, use zeros/ones/arange/linspace, and reshape between 1D and 2D.

Easy๐Ÿ• 8mโšก 10 pts
2

Indexing, Slicing & Broadcasting

Extract rows/columns/submatrices and use broadcasting to add a bias vector to every row.

Easy๐Ÿ• 8mโšก 10 pts
3

Aggregations & Axis Operations

Compute sum/mean/max along axes and normalize rows so each sums to 1.

Easy๐Ÿ• 8mโšก 10 pts

๐Ÿ“š Resources