Differences between revisions 3 and 4
Revision 3 as of 2007-05-16 17:56:10
Size: 586
Editor: CameronLaird
Comment:
Revision 4 as of 2008-11-15 14:01:16
Size: 588
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
PyChecker is a ["static source analysis"] 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. PyChecker is a [[static source analysis]] 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.
Line 8: Line 8:
Also read [http://www.unixreview.com/documents/s=2426/uni1018986621203/0204h.htm this article at unixreview.com] Also read [[http://www.unixreview.com/documents/s=2426/uni1018986621203/0204h.htm|this article at unixreview.com]]

Describe PyChecker here.

from http://pychecker.sourceforge.net

PyChecker is a static source analysis 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 this article at unixreview.com (Is Pychecker really a Favorite of Guido's ??)

PyChecker (last edited 2008-11-15 14:01:16 by localhost)

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