Back Navigation Next Navigation Numpy (page 3 of 4)

The core object and the reason why numpy is so powerful is the multi-dimensional array (n-dimensional) array. It is an ndarray object. It may look like a list because of the hard brackets but it is more powerful and more efficient than a standard list object in Python.

Numpy Multi-Dimensional Array