Array creation routines, NumPy Developers, 2023 - Official NumPy documentation detailing various functions for creating arrays, including from Python lists, zeros, ones, arange, and linspace.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A standard book for data analysis in Python, with dedicated chapters on NumPy that clearly explain array creation and manipulation.
The N-dimensional array (ndarray), NumPy Developers, 2023 - Official NumPy documentation describing the fundamental ndarray object, its structure, and basic properties.