Python · Level 2 of 5
NumPy
A Python library providing multidimensional arrays and numerical operations.
Vectorized array operations often delegate work to optimized compiled routines.
Listen to the definition and example
Audio transcript
NumPy. A Python library providing multidimensional arrays and numerical operations. Vectorized array operations often delegate work to optimized compiled routines. For example: A numerical array is multiplied by a matrix.
Explore this concept
Why it matters
This helps you follow Python-based experiments and understand their data structures and tools.
Related concepts
Quick recall question
Try answering before looking back at the definition.