Python to C converter / interpreter
cython is what you are looking for http://www.cython.org/
Mark Dufour's Shedskin is an interesting alternative, that can parse a large subset of python, and translate it to C++. The project also has a really good blog