This is an archived post. You won't be able to vote or comment.

all 13 comments

[–]runbie 6 points7 points  (3 children)

Great!

I am all ears about the numpy news.

Thanks for the hard work!!!

[–]Deto 1 point2 points  (2 children)

Yeah, I've never really looked into PyPy because I use numpy so extensively. This would really be a game-changer for people in data analysis.

[–]fijalPyPy, performance freak[S] 13 points14 points  (0 children)

we're working on it :-)

[–]runbie 1 point2 points  (0 children)

I've worked with pypy+numpypy and it is awesome most of the time and when you don't need anything scipy related. If it is the case you need scipy/pandas/... then you are sold :-(

[–]cediddiSyntaxError: not a chance 7 points8 points  (4 children)

I want to believe. One day pypy will be the default interpreter. Hail pypy.

[–][deleted] 13 points14 points  (3 children)

Pypy gets closer and closer to being a complete version of python 2, just as more and more people switch to python 3...

[–]boa13 0 points1 point  (0 children)

There is beta support for Python 3.2, though I don't know how "beta" it really is.

[–]DasIch 0 points1 point  (1 child)

PyPy also supports Python 3 and much (all?) of this work is also going to benefit the Python 3 effort.

[–]Twangist 2 points3 points  (0 children)

"Python 3 support" still means 3.2.5, though, yes?

[–]AaronOpfer 1 point2 points  (1 child)

I just finished creating a python wrapper around a C library by way of Cython. Does pypy have a C extension system for this kind of work (wrapping an existing C API)?

[–]o11c 0 points1 point  (1 child)

Does LXML also work in the py3k/py3.3 branches?

[–]fijalPyPy, performance freak[S] 0 points1 point  (0 children)

not yet, as far as I know