Computer Science, asked by shayeramkarthi, 8 months ago

difference between numpy and list​

Answers

Answered by mayankjoshi640
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 rawatpushpa639
1

Nambi is a core library for scientific computing in python. The python core library provide lists.

Similar questions