NumPy array console

Import modules


Basic NumPy arrays


Array types


Dimensions and shapes


Indexing and slicing of matrices


Summary statistics


Broadcasting and vectorized operations


Boolean arrays (masks)


Random arrays


Linear Algebra


Size of objects in memory


NumPy functions

random

arange

reshape

linspace

zeros

ones

empty

identity

eye


Logic functions