1.4. NumPy: creating and manipulating numerical data¶
Authors: Emmanuelle Gouillart, Didrik Pinte, Gaël Varoquaux, and Pauli Virtanen
This chapter gives an overview of NumPy, the core tool for performant numerical computing with Python.
- 1.4.1. The NumPy array object
- 1.4.2. Numerical operations on arrays
- 1.4.3. More elaborate arrays
- 1.4.4. Advanced operations
- 1.4.5. Some exercises
- 1.4.6. Full code examples