Hacker News new | ask | show | jobs
by notretarded 1992 days ago
Why would I use this over numpy?
1 comments

If you're doing matrix multiplication or other math operations on fixed size sequences, you shouldn't.

If, however, you need the dynamic nature of the built-in list or functional methods with a touch of numpyness, you should give Array a spin.