difference between numpy and list
Answers
Answered by
2
Explanation:
A numpy array is a grid of values, all of the same type, and is indexed by a tuple of nonnegative integers. ... A list is the Python equivalent of an array, but is resizeable and can contain elements of different types. A common beginner question is what is the real difference here. The answer is performance.
Answered by
1
Nambi is a core library for scientific computing in python. The python core library provide lists.
Similar questions