.. _numpy: *********************************************** NumPy: creating and manipulating numerical data *********************************************** **Authors**: *Emmanuelle Gouillart, Didrik Pinte, Gaƫl Varoquaux, and Pauli Virtanen* .. .. contents:: Chapters contents :local: :depth: 4 This chapter gives an overview of NumPy, the core tool for performant numerical computing with Python. ____ .. include:: ../../includes/big_toc_css.rst .. toctree:: array_object.rst operations.rst elaborate_arrays.rst advanced_operations.rst exercises.rst gallery.rst