english deutsch
Arachno Python
A IDE specialized for developing web applications (webware/cgi) but also useable for 'traditional' Python programming. [Commercial]
BlackAdder
An integrated development environment that includes a form designer for PyQt. [Commercial]
Boa Constructor
A Python IDE that includes a GUI builder for wxPython. [Open Source, GPL]
bridgekeeper
A Perl to Python source code converter.
decompyle
Converts Python byte-code back into equivalent Python source. It accepts byte-code from any Python version starting with 1.5.
Editor Hub - Python
List of editors with Python support with reviews. Sorted by platforms and licenses.
ePolyglot
An Eiffel library for using the languages Eiffel, Python and Haskell together. [Open Source, zlib/libpng license]
Eric3
A Python IDE written in PyQt using the QScintilla editor widget. [Open Source, GPL]
F2PY
A Fortran to Python Interface Generator. [Open Source, LGPL]
Hap Python Remote Debugger
A remote debugger and IDE that can also be used for local debugging.
HappyDoc
A tool for extracting documentation from Python source code.
IDLE fork
A temporarily forked version of the Python IDE IDLE. Project page on SourceForge.
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]
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]
py2exe
A distutils extension to convert Python scripts into executable Windows programs.
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]
PyCrust - The Flakiest Python Shell
An interactive, graphical Python shell written in Python using wxPython.
PyDebug
A Debugger for Python programs with a graphical user interface. It is inherited from "bdb" but uses a GUI and has some powerful features like object browser, windows for variables, classes, functions, exceptions, stack, conditional breakpoints.
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]
PyReverse
A set of tools for reverse engineering Python code, including creation of files readable by ArgoUML. [Open Source, GPL]
Pyrex
A Python-like language for writing extension modules.
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.
PythonWorks Pro
A Python IDE. [Commercial]
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.
readline.py
Alternative Readline implementation for Python under Win32.
RPDB
A remote multiple threads python debugger. rpdb.py is a modification of pdb.py. It improves pdb.py's usability, and adds support for remote debugging, multiple threads debugging, post mortem of unhandled exceptions, and for debugging of embedded scripts.
SPARK
Scanning, Parsing, and Rewriting Kit. [Open Source, BSD-like]
Synopsis
A general source code documentation tool.
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]
TransWarp
A general purpose Aspect-Oriented Programming, Generative Programming, and CASE toolkit for Python. [Open Source, BSD-like]
TruStudio
A cross-platform, multi-language Integrated Development Environment for PHP and Python built on top of Eclipse Platform.
Visual Python
A Python development environment plug-in for Visual Studio .NET. [Commercial]
Wing IDE
A powerful development environment for the Python programming language. [Commercial]
wxDesigner
A dialog editor and RAD tool for the free wxWindows GUI library (can write Python code). [Commercial]
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]
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.