asarray python code example Example: numpy array from list >>> a = [1, 2] >>> np.asarray(a) array([1, 2])