Edgewall Software

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

Last modified 8 years ago Last modified on Apr 2, 2016, 6:42:55 AM
Note: See TracWiki for help on using the wiki.