![]() ![]() |
External Packages (page 7 of 38) |
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 also has numpy data types instead of the core python ints and floats.
