Python to C converter

Chance Ginger cginboston at hotmail.com
Mon Jun 5 19:22:01 EDT 2006


If you are looking for a "real" python to C, well in this case
C++ look for the shedskin compiler. It will take a rather
nice subset of Python and generate C++ code from it. 

It is still rather experimental but I have been using it.

Chance G.

On Mon, 05 Jun 2006 07:19:39 -0700, Fuzzyman wrote:

> 
> 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