Revision 2 as of 2003-07-20 23:11:25

Clear message

Describe PyChecker here.

from http://pychecker.sourceforge.net

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. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.

Also read [http://www.unixreview.com/documents/s=2426/uni1018986621203/0204h.htm this article at unixreview.com] (Is Pychecker really a Favorite of Guido's ??)

What are other tools to get some better checking before you actually have someone test your code ?? Links: ???

Unable to edit the page? See the FrontPage for instructions.