Hi All,<div><br></div><div>Is there any compiler which will help me convert my python code to proper C code?</div><div>In my python code I am using the XML.dom.minidom module to parse an xml and process the results obtained by ElementsByTagName.</div>
<div>I don't know of any such compiler which will help me convert this kind of python code to C code.</div><div><br></div><div>My intention is to convert python code to a readable C code which can later be compile to an .exe file.</div>
<div>Cython will not be of much use to me as it is in the end writing c extensions which will later be used in python.</div><div>However, I wish to use this as a proper readable C code which can later be shared with users - the c source code as well as the exe along with its corresponding</div>
<div>.py file.</div><div><br></div><div>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 </div><div>C skills before writing the code myself, I can not afford that luxury of time.</div>
<div><br></div><div>I was surfing and came across shedskin, but that might not just support the xml minidom module for my purposes.</div><div><br></div><div>Thanks,</div><div>Vijay</div><div><br></div>