<div><span style="color: rgb(160, 160, 168); ">On Thursday, August 16, 2012 at 16:16 PM, Yun Mao wrote:</span></div>
<blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
<span><div><div><div>Interesting, I didn't know that. I thought Cython was for Python->C</div><div>compiler/C extensions. Will take a look later. Thanks,</div></div></div></span></blockquote><div><div><div>It is, but it can convert any arbitrary Python script into C code using libpython, it will even frontend gcc for you.</div><div><br></div><div>Because C is strongly typed, this tends to catch bugs, errors, and omissions in Python code.</div><div><br></div><div>Also, the output it gives on errors tends to be a bit more userfriendly than pylint and pep8, in my opinion.</div><div><br></div><div>Regards,</div><div>Eric Windisch</div><div><br></div></div>
</div>