Create a NumPy array
Create array with evenly spaced values
Create array with evenly spaced numbers over interval
Import NumPy library in Python
import numpy as np
NumPy must be imported before use. Common alias is np.
Import NumPy with alias np
Create array filled with zeros
Create array filled with ones
Generate random numbers