Arachno Python
A IDE specialized for developing web applications (webware/cgi) but also useable for 'traditional' Python programming. [Commercial]
url: www.scriptolutions.com/arachno_python.php
BlackAdder
An integrated development environment that includes a form designer for PyQt. [Commercial]
url: www.thekompany.com/products/blackadder/
Boa Constructor
A Python IDE that includes a GUI builder for wxPython. [Open Source, GPL]
url: boa-constructor.sourceforge.net/
bridgekeeper
A Perl to Python source code converter.
url: www.crazy-compilers.com/bridgekeeper/
decompyle
Converts Python byte-code back into equivalent Python source. It accepts byte-code from any Python version starting with 1.5.
url: www.crazy-compilers.com/decompyle/
ePolyglot
An Eiffel library for using the languages Eiffel, Python and Haskell together. [Open Source, zlib/libpng license]
url: epolyglot.sourceforge.net/
F2PY
A Fortran to Python Interface Generator. [Open Source, LGPL]
url: cens.ioc.ee/projects/f2py2e/
Hap Python Remote Debugger
A remote debugger and IDE that can also be used for local debugging.
url: hapdebugger.sourceforge.net/
HappyDoc
A tool for extracting documentation from Python source code.
url: happydoc.sourceforge.net/
IDLE fork
A temporarily forked version of the Python IDE IDLE. Project page on SourceForge.
url: sourceforge.net/projects/idlefork
IPython
An enhanced interactive Python shell with many features for object introspection, system shell access, and its own special command system for adding functionality when working interactively. [Open Source, LGPL]
url: ipython.scipy.org/
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]
url: psyco.sourceforge.net/
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]
url: pychecker.sourceforge.net/
PyCrust - The Flakiest Python Shell
An interactive, graphical Python shell written in Python using wxPython.
url: sourceforge.net/projects/pycrust/
PyDebug
An integrated debugger for Python and compiled-language extension modules.
url: www.techxhome.com/freestuff/pydebug/
py2exe
A distutils extension to convert Python scripts into executable Windows programs.
url: starship.python.net/crew/theller/py2exe/
Pymerase
A tool intended to generate a python object model, relational database, and an object-relational model connecting the two using UML or XML. However, it has been extended to also output GUI widgets and can be easily extended to output whatever else you might like. [Open source, MIT License]
url: pymerase.sourceforge.net/
PyReverse
A set of tools for reverse engineering Python code, including creation of files readable by ArgoUML. [Open Source, GPL]
url: www.logilab.org/pyreverse/
Pyrex
A Python-like language for writing extension modules.
url: www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
Python for Delphi
A set of components that wrap up the Python 1.5 DLL into Delphi. Execute Python scripts, create new Python modules and new Python types, and create Python extensions as DLLs.
url: membres.lycos.fr/marat/delphi/python.htm
PythonWorks Pro
A Python IDE. [Commercial]
url: www.pythonware.com/products/works/
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.
url: pyunit.sourceforge.net/
readline.py
Alternative Readline implementation for Python under Win32.
url: newcenturycomputers.net/projects/readline.html
SPARK
Scanning, Parsing, and Rewriting Kit. [Open Source, BSD-like]
url: pages.cpsc.ucalgary.ca/~aycock/spark/
Synopsis
A general source code documentation tool.
url: synopsis.sourceforge.net/
Tixapps Applications Framework
Tixapps applications are a suite of development applications that run with Tk/Tcl or Python, using the Tix widget set. [Open Source, BSD-like]
url: tix.sourceforge.net/Tixapps/
TransWarp
A general purpose Aspect-Oriented Programming, Generative Programming, and CASE toolkit for Python. [Open Source, BSD-like]
url: www.zope.org/Members/pje/Wikis/TransWarp/HomePage
Visual Python
A Python development environment plug-in for Visual Studio .NET. [Commercial]
url: www.activestate.com/Products/Visual_Python/
Wing IDE
A powerful development environment for the Python programming language. [Commercial]
url: wingide.com/wingide
wxDesigner
A dialog editor and RAD tool for the free wxWindows GUI library (can write Python code). [Commercial]
url: www.roebling.de/
XRCed
A simple resource editor for wxWindows/wxPython GUI development which supports creating and editing files in XRC format. It is written in Python and uses wxPython GUI toolkit. [Open source, BSD license]
url: xrced.sourceforge.net/
Yapps (Yet Another Python Parser System)
An easy to use parser system for lightweight parsing needs. It's designed to be easy to use, but not designed to be fast. From a grammar file it generates readable Python code that looks somewhat like what you might have written by hand.
url: theory.stanford.edu/~amitp/Yapps/