Difference between Numpy array and python list
a) Numpy arrays are static I mean you cannot change their size after the declaration where as when we use python built-in data types such as lists the size of which is dynamically allocated which is not good when we consider processing big data
Chang...
frankky.com1 min read
Priyanshu Shrivastava
Deep learning and devops enthusiast
nice