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

But if you're in the real world you use numpy.ndarray instead (this underpins half of the Python ecosystem, more or less).