Let's summarise what you have learnt in this session.
In this session, you learnt about the most important package for scientific computing in Python: NumPy. The various operations that you learnt about include:
arange
commandarray.shape
, array.ndim
and so onreshape()
, hstack()
and vstack()
If you want to learn more about this topic that what is covered in this module, you can optionally use the additional resources provided below.