Edgewall Software

Version 3 (modified by figaro, 9 years ago) ( diff )

Cosmetic changes

Python IDEs

In this page some integrated development environments for programming Python in general and Trac in particular are listed. A more comprehensive and possibly better maintained list can be found on the Python wiki.

Eclipse PyDev

PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development. For details see DevelopmentWithEclipseAndPyDev.

Python Tools for Visual Studio

Python Tools for Visual Studio (PTVS) turns Visual Studio into a Python IDE. It supports Intellisense (code completion), debugging and such.

You can run Trac in debug mode and even debug remotely plugin code. But in a first try it doesn't work reliably.

PyCharm

PyCharm Free Community Edition is a Python IDE by JetBrains available under the Apache 2 license.

It supports code completion, on-the-fly error highlighting, automated code refactorings, debugging.

Note: See TracWiki for help on using the wiki.