Pyrex
Pyrex is a Python dialect and tools to compile programs written in that dialect to C, created by Greg Ewing.
Pyrex can be used to create bindings for existing C/C++ libraries, and to compile speed-critical portions of a Python program to machine code.