Import the numpy module to use any part of it.
import numpy as np
Most examples will use np as shorthand for numpy. Assume "np" means "numpy" in code examples.
np
x = np.array([1,2,3,4])