Cython

http://cython.org/cython-logo-small.png

Cython is a language for writing Python extension modules that is a very slightly variant of Pyrex.
It translates files from .cy, .cyp, .cyh to .c, .cpp, .h files passed via the commandline or as entered in a project file.