|
|
1. |
Psyco
-
Specializing (like a dynamic) compiler for Python, runs code 2-100 times faster, needs much memory; makes high level language faster. Descriptions, downloads (program, website), documents, news, links. [Open Source, MIT]
|
|
|
2. |
PyChecker
-
A tool for finding common bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. [Open Source, BSD-like]
|
|
|
3. |
PyLint
-
An extensible tool that checks if a module satisfies a given coding standard.
|
|
|
4. |
PyUnit unit testing framework for Python
-
A proven, elegant and extensible unit testing framework for Python, based on Java's de facto standard JUnit framework.
|
|
|
5. |
twill
-
A tool for Web application testing. It implements a simple scripting language that can be used interactively or from scripts; this language contains commands for browsing the Web, filling out forms, and asserting various conditions.
|
|
|
6. |
Shed Skin
-
Shed Skin is an optimizing Python-to-C++ compiler. It accepts pure, but implicitly statically typed Python programs. Programs typically become 2-40 times faster than with Psyco. [Open Source, GPL]
|
|
|