NumPy indexing, NumPy developers, 2024 - The authoritative guide to NumPy's indexing and slicing mechanisms, covering one-dimensional, multi-dimensional, boolean, and fancy indexing, with an explanation of views versus copies.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A fundamental resource for learning data manipulation with NumPy and Pandas, providing detailed explanations and practical examples of array indexing, slicing, and related concepts.
1.2. NumPy: powerful N-dimensional arrays, Emmanuelle Gouillart, Gaƫl Varoquaux, and contributors, 2024SciPy Lecture Notes - A comprehensive educational resource that introduces NumPy array objects, including clear explanations of various indexing and slicing techniques.