NumPy fundamentals
These documents clarify concepts, design decisions, and technical constraints in NumPy. This is a great place to understand the fundamental NumPy ideas and philosophy.
- Array creation
 - Indexing
 - I/O with NumPy
 - Data types
 - Broadcasting
 - Byte-swapping
 - Structured arrays
 - Writing custom array containers
 - Subclassing ndarray
 
    © 2005–2021 NumPy Developers
Licensed under the 3-clause BSD License.
    https://numpy.org/doc/1.21/user/basics.html