๐ข
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