Y
Hacker News
new
|
ask
|
show
|
jobs
by
Znafon
1681 days ago
If you have numeric value you can use
https://docs.python.org/3/library/array.html
1 comments
kzrdude
1681 days ago
But if you're in the real world you use numpy.ndarray instead (this underpins half of the Python ecosystem, more or less).
link