PyChecker 0.8.17

PyChecker 0.8.17 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: BSD - BSD License
  • Databases: N/A
  • Downloads: 652
  • Released: Jun 15, 2007

PyChecker 0.8.17 Description

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 .

Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.

PyChecker works in a combination of ways. First, it imports each module. If there is an import error, the module cannot be processed.

The import provides some basic information about the module. The code for each function, class, and method is checked for possible problems.

Types of problems that can be found include:
- No global found (e.g., using a module without importing it)
- Passing the wrong number of parameters to functions/methods/constructors
- Passing the wrong number of parameters to builtin functions & methods
- Using format strings that don't match arguments
- Using class methods and attributes that don't exist
- Changing signature when overriding a method
- Redefining a function/class/method in the same scope
- Using a variable before setting it
- self is not the first parameter defined for a method
- Unused globals and locals (module or variable)
- Unused function/method arguments (can ignore self)
- No doc strings in modules, classes, functions, and methods

PyChecker Bookmark

Hyperlink code:
Hyperlink for Forum code:

PyChecker 0.8.17 Script Download Notice

Top 4 Download periodically updates information of PyChecker 0.8.17 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. PyChecker 0.8.17 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

PMD Code Analyzer

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, ... object creation, and so forth.PMD scans Java source code and looks for potential problems like: - Possible bugs - empty try/catch/finally/switch statements - Dead code - unused local variables, parameters and private methods - Suboptimal code - wasteful String/StringBuffer usage - Overcomplicated expressions - ...

xml parser and generator

... parsing and generating xml. This script uses only the python parser itself for the parsing of xml. xml code is translated to valid python code and then evaluated. The generated objects can then be manipluated within python itself and treated as regular python objects.
Python

BuildBot

... cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree ... and provide a platform to run tests or code-quality checks that are too annoying or pedantic for any human to waste their time with. Developers get immediate (and potentially public) feedback about their ...
Python

pyjamas

It allows writing web applications in Python, which is more suitable performance-wise for medium to ... Key features "Pyjamas": · pyjs - translates Python code to Javascript by walking the Python abstract syntax tree and generating Javascript. · pyjslib ... by build which also creates the necessary boilerplate code. What's New in This Release: ...
Python

IDLEfork

... project was an official experimental development fork of Python's small, light, 'bundled' integrated development environment, IDLE.The objective ... be initialized prior to each run of user code.  ...
Python