What are the various tools for converting Python scripts to C. I mainly look at the speed of such tools / converter / interpreter.
Thanks, -J
cython is what you are looking for http://www.cython.org/
Mark Dufour Shedskin is an interesting alternative that can parse a large subset of python and translate it into C ++. The project also has a really good blog.
You can use Pypy to translate a subset of Python on the C .