Top "Pypy" questions

PyPy is an implementation of the Python language.

Does PyPy translate itself?

Am I getting this straight? Does the PyPy interpreter actually interpret itself and then translate itself? So here's my current …

python pypy rpython
How do you get PyPy, Django and PostgreSQL to work together?

What fork, or combination of packages should one to use to make PyPy, Django and PostgreSQL play nice together? I …

python django postgresql psycopg2 pypy
Using Numpy with pypy

I am using some numpy tools (mainly arrays) and I wanted to run the script with pypy, but i can't …

python numpy pypy
PyPy on Windows 7 x64?

I am trying to use PyPy on a Windows 7 x64 machine but do not find any way to do it. …

python win64 pypy
Is it possible to install scipy under pypy?

I created a virtualenv with pypy and tried to install scipy, but installation ended with the following error: distutils.errors.…

numpy scipy pypy
How to use PIL with PyPy?

I searched a little bit but I couldn't find a tuto to use PIL with PyPy. According to PyPy's blog, …

python python-imaging-library pypy
Any way to install Pandas with PyPy?

I'm trying to run some code using PyPy to speed it up. My code uses Pandas dataframes, so I'm trying …

python performance pandas compiler-optimization pypy
Is it possible to run a pypy kernel in the Jupyter notebook?

I have always wondered if it were possible to run PyPy in the Jupyter notebook. I recently tried installing PyPy …

python pypy jupyter
LLVM, Parrot, JVM, PyPy + python

What is the problem in developing some languages, for example python for some optimized techniques with some of LLVM / Parrot. …

python jvm llvm pypy parrot
what's the differences python3 and pypy3

Today I knew that pypy3 is faster than python3 for input() time through any algorithm problem. Performance differences were almost …

python-3.x pypy