Edgewall Software

Version 6 (modified by figaro, 8 years ago) ( diff )

Link updates

Python IDEs

This page lists some integrated development environments for programming Python in general and Trac in particular.

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.


See also: https://wiki.python.org/moin/IntegratedDevelopmentEnvironments

Note: See TracWiki for help on using the wiki.