To answer this question you will learn to:
Recognise the differences between numpy’s arrays and other data structures in Python.
Know what operations are available in NumPy.
Judge when and where np.newaxis
is needed for operating matrices.
Distinguish betweencopy
and [:]
views of an array.
Interactive