DEV Community

Discussion on: Python's Sum or NumPy's np.sum() ???I found a big difference in time!!

 
adityaberi8 profile image
Adityaberi

Also i think an array is a collection of homogeneous data-types which are stored in contagious memory locations, on the other hand, a list in Python is collection of heterogeneous data types stored in non-contagious memory locations.