Numpy
We cover all parts in the Numpy section: https://www.harrywang.me/blog/data-science-intro#numpy
- Create numpy arrays from Python lists
- slicing and dicing numpy array
- multi-dimensional arrays (axis)
- Element-wise arithmetic operations
- Aggregation functions (on different axes)