Edgewall Software

Changes between Initial Version and Version 1 of TracDev/PythonIDE


Ignore:
Timestamp:
Feb 11, 2014, 12:37:09 PM (10 years ago)
Author:
Franz Mayer <franz.mayer@…>
Comment:

Initial version for an overview of Python IDEs

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PythonIDE

    v1 v1  
     1= Python IDEs
     2
     3In 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.
     4
     5== Eclipse !PyDev
     6
     7[http://pydev.org/ PyDev] is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development. For details see DevelopmentWithEclipseAndPyDev.
     8
     9== Python Tools for Visual Studio
     10
     11[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.
     12
     13You can run Trac in debug mode and even debug remotely plugin code. But in a first try it doesn't work reliable.