<p>+1 on cython</p>
<div class="gmail_quote">On Aug 16, 2012 1:27 PM, "Eric Windisch" <<a href="mailto:eric@cloudscaling.com">eric@cloudscaling.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

                <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>
            <br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div>