pyflakes, pylint, pychecker - and other tools

Nick Craig-Wood nick at craig-wood.com
Thu Apr 23 07:30:05 EDT 2009


Colin J. Williams <cjw at ncf.ca> wrote:
>  Esmail wrote:
> > What is the consensus of the Python community regarding these
> > code checkers?
> > 
> > In particular, are the stylistic recommendations that
> > pylint makes considered sensible/valid?
> 
>  pylint seems a bit heavy handled, a bit 
>  too much PEP 8, which was intended as a 
>  guide, rather than a prescription.

I've been very happy with pychecker.  I found pylint a bit too fussy
(rather like the original C lint!)

Note that if you run pychecker from emacs (M-x compile, then
"pychecker module_name") you can then click in its output window to go
to the correct line of code.

-- 
Nick Craig-Wood <nick at craig-wood.com> -- http://www.craig-wood.com/nick



More information about the Python-list mailing list