On Tue, Aug 9, 2011 at 6:37 AM, Vijay Anantha Murthy
wrote:
> My main impediment here is writing out the C code manually myself, my C
> skills are quite poor and it would require a huge effort to sharpening my
> C skills before writing the code myself, I can not afford that luxury of
> time.
Writ
Vijay Anantha Murthy, 09.08.2011 07:37:
Is there any compiler which will help me convert my python code to proper C
code?
In my python code I am using the XML.dom.minidom module to parse an xml and
process the results obtained by ElementsByTagName.
I don't know of any such compiler which will hel
Shedskin is one option - if it doesn't have the modules you need, you could
try finding pure python versions of them and translating them too, along
with your own code.
Cython is probably the one I hear the most about.
On Mon, Aug 8, 2011 at 10:37 PM, Vijay Anantha Murthy <
vijay.mur...@gmail.com
Hi All,
Is there any compiler which will help me convert my python code to proper C
code?
In my python code I am using the XML.dom.minidom module to parse an xml and
process the results obtained by ElementsByTagName.
I don't know of any such compiler which will help me convert this kind of
python