Edgewall Software

Changes between Version 2 and Version 3 of TracDev/PythonIDE


Ignore:
Timestamp:
Feb 14, 2015, 11:04:31 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PythonIDE

    v2 v3  
    11= Python IDEs
    22
    3 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.
     3In this page some [http://en.wikipedia.org/wiki/Integrated_development_environment integrated development environments] for programming Python in general and Trac in particular are listed.
     4A more comprehensive and possibly better maintained list can be found on the [https://wiki.python.org/moin/IntegratedDevelopmentEnvironments Python wiki].
    45
    56== Eclipse !PyDev
     
    1112[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.
    1213
    13 You can run Trac in debug mode and even debug remotely plugin code. But in a first try it doesn't work reliable.
     14You can run Trac in debug mode and even debug remotely plugin code. But in a first try it doesn't work reliably.
    1415
    1516== !PyCharm
     17
    1618[http://www.jetbrains.com/pycharm/ PyCharm] Free Community Edition is a Python IDE by !JetBrains available under the Apache 2 license.
    1719
    1820It supports code completion, on-the-fly error highlighting, automated code refactorings, debugging.
    19 
    20 ----
    21 See also: https://wiki.python.org/moin/IntegratedDevelopmentEnvironments