« python cookbook | Main | Python Logging Library »

pychecker

PyChecker: a python source code checking tool: PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C . It is similar to lint.