I'm new in Python. After some searching, I've found that PyPy has great performance but it comes with a price. It use too much memory.
What I'm looking for in Python is performance with smallest possible footprint.
How about CPython?
(CPython benchmark in shootout.alioth.debian.org
has been removed. Some people say CPython has small footprint, but how small is that?)