You are not logged in.

#1 2010-01-30 09:55:02

spupy
Member
Registered: 2009-08-12
Posts: 218

PEP8 and Pylint - Python code checkers. Thoughts?

I recently found the pylint compiler for vim; it checks the code for stylistic errors and possible bugs. (Compiler in vim doesn't necessarily means it compiles) From it I s///g-ed a pep8 compiler for vim. http://pastebin.com/f12d2ff96 (drop in ~/.vim/compiler)

Are you using these or similar tools? (I know of pychecker) What do you think of them?


There are two types of people in this world - those who can count to 10 by using their fingers, and those who can count to 1023.

Offline

#2 2010-01-30 12:36:47

N30N
Member
Registered: 2007-04-08
Posts: 273

Re: PEP8 and Pylint - Python code checkers. Thoughts?

I use Pyflakes but don't really find much need for such tools when working with python. I wasn't aware of the pep8 style checker and will be trying it out later. :)

Offline

Board footer

Powered by FluxBB