Computer Science, asked by syedataurrahman471, 8 months ago

difference between numpy array and Python list​

Answers

Answered by hardit2004
0
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.


HOPE IT’S HELP YOU.
Answered by udhaiindrajith
0

Answer:

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.

Similar questions