[Chicago] Python Code Beautifiers
Pete
pfein at pobox.com
Tue Nov 11 20:22:12 CET 2008
On Nov 11, 2008, at 11:52 AM, Kevin Harriss wrote:
> Samir,
>
> Check out PyLint[1] I hear it is really good. There is also
> PyChecker[2]. I haven't used either yet but have been meaning to give
> PyLint a try.
>
> [1] http://www.logilab.org/857
I've used PyLint a bunch, and it's quite helpful for catching errors
as well as style/PEP-8 issues. I find that it does issue lots of
warnings I don't care about by default (long lines, bad varnames,
etc.). but it's pretty easy to turn individual checks off.
More information about the Chicago
mailing list