Hacker News new | ask | show | jobs
by itsadok 3835 days ago
I'm pretty sure everything you used is already supported: http://buildbot.pypy.org/numpy-status/latest.html
3 comments

Thanks. I did look at that page recently, and felt Numpy support was still experimental. But I'll give it a fair try.

What would motivate me would be that Pypy supports the packages I need for my day job, including Pandas, Scipy, and Scikit-learn. Do you know if there are plans to have these on top of Pypy?

http://lostinjit.blogspot.com/2015/11/python-c-api-pypy-and-...

tl;dr, Yes there are plans. But funding is needed.

Does PyPy work with Python 3?

Python 3 has been out for 7 years and I refuse to use anything that doesn't work in Python 3, it's just ridiculous to keep building stuff for Python 2, it's hindering the language and keeping it back in the past.

Only Python 3.2 (so no "yield from" or async stuff).
Note also jitpy for those times when they're not:

http://jitpy.readthedocs.org/en/latest/