Indexing, The NumPy Developers, 2024 - Official documentation covering NumPy array indexing and slicing, including the critical view vs. copy behavior.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A canonical text for data science in Python, offering detailed explanations of NumPy array operations, including 1D slicing syntax and the view vs. copy distinction.
The NumPy array object: Indexing and Slicing, SciPy Lecture Notes Contributors, 2024 - A widely used resource providing practical, code-focused examples and explanations of NumPy array indexing and slicing, reinforcing concepts like the step value and negative indexing.