I'm currently using PHP. I plan to start using Django for some of my next project.
But I don't have any experience with Python. After some searching, I still can't find a Python opcode cacher.
(There are lots of opcode cacher for PHP: APC, eAccelerator, Xcache, ...)
It's automatic in Python -- a compiled
.pyc
file will appear magically.