←back to thread

I don't like NumPy

(dynomight.net)
480 points MinimalAction | 3 comments | | HN request time: 0.443s | source
1. dima55 ◴[] No.43997778[source]
Hear hear! Some of these complaints have been resolved with numpysane: https://github.com/dkogan/numpysane/ . With numpysane and gnuplotlib, I now find numpy acceptable and use it heavily for everything. But yeah; without these it's unusable.
replies(2): >>43998079 #>>44000723 #
2. alanbernstein ◴[] No.43998079[source]
Thanks for the link, I have also grumbled about these issues, but never thought to look for a workaround library on top of numpy...
3. spott ◴[] No.44000723[source]
Most of numpysane seems to be doing a loop in Python.

It isn’t true vectorization.