March 2017
Beginner to intermediate
866 pages
18h 4m
English
NumPy is the fundamental package supported for presenting and computing data with high performance in Python. It provides some interesting features as follows:
ndarrays), various derived objects (such as masked arrays), matrices providing vectorization operations, and broadcasting capabilities. Vectorization can significantly increase the performance of array computations by taking advantage of Single Instruction Multiple Data (SIMD) instruction sets in modern CPUs.