Differences between revisions 2 and 3
Revision 2 as of 2003-07-20 23:11:25
Size: 682
Editor: ucsfras-246-193
Comment:
Revision 3 as of 2007-05-16 17:56:10
Size: 586
Editor: CameronLaird
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
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. 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 11: Line 11:
What are other tools to get some better checking '''before''' you actually have someone test your code ??
Links: ???
Line 14: Line 12:

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 [http://www.unixreview.com/documents/s=2426/uni1018986621203/0204h.htm 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.