convert a list of arrays to normal list code example Example: python array to list a = np.array([1, 2]) list(a)