Python to C converter

Fuzzyman fuzzyman at gmail.com
Mon Jun 5 10:19:39 EDT 2006


gene tani wrote:
> Rene Pijlman wrote:
> > praveenkumar.117 at gmail.com:
> > >I have an application return in python. I want this to be
> > >converted to C.
> >
> > http://www.python.org/doc/faq/general/#can-python-be-compiled-to-machine-code-c-or-some-other-language
> >
>
> http://pyfaq.infogami.com/can-python-be-compiled-to-machine-code-c-or-some-other-language
> shd probably mention Shedskin, boost, ctypes, any others?

The PyPy LLVM backend will compile Python code to C.

Also Pyrex can do a bit more than just integrate C with Python, AFAIK
it *can* compile some Python to C - although with very little speed
advantage if you don't use native C types.

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml




More information about the Python-list mailing list