Chapter 3. Numerical Computing with NumPy
NumPy is the library that underlies the entire SciPy/PyData ecosystem. NumPy provides a multidimensional array data type that is widely used in numerical computing.
In this chapter, we will use NumPy on data analysis and scientific modeling examples, covering the following topics:
- A primer to vector computing
- Creating and loading arrays
- Basic array manipulations
- Computing with NumPy arrays