= Python IDEs In this page all integrated development environment ([http://en.wikipedia.org/wiki/Integrated_development_environment IDE]) for programming python in gerneral and trac in detail should be listed. == Eclipse !PyDev [http://pydev.org/ 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 [http://pytools.codeplex.com/ 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 reliable.