@@ -137,6 +137,8 @@ PyCharm / IntelliJ IDEA
137137`PyCharm <http://www.jetbrains.com/pycharm/ >`_ is developed by JetBrains, also
138138known for IntelliJ IDEA. Both share the same code base and most of PyCharm's
139139features can be brought to IntelliJ with the free `Python Plug-In <http://plugins.intellij.net/plugin/?id=631 >`_.
140+ There are two versions of PyCharm: Professional Edition (Free 30-day trial)
141+ and Community Edition(Apache 2.0 License) with less features.
140142
141143
142144Eclipse
@@ -148,8 +150,11 @@ The most popular Eclipse plugin for Python development is Aptana's
148150
149151Komodo IDE
150152----------
153+
151154`Komodo IDE <http://www.activestate.com/komodo-ide >`_ is developed by
152155ActiveState and is a commercial IDE for Windows, Mac, and Linux.
156+ `KomodoEdit <https://github.com/Komodo/KomodoEdit >`_ is the open source
157+ alternative.
153158
154159
155160Spyder
@@ -185,6 +190,19 @@ systems. Installers for these platforms can be downloaded from the website.
185190NINJA-IDE is open-source software (GPLv3 licence) and is developed in Python and
186191Qt. The source files can be downloaded from `GitHub <https://github.com/ninja-ide >`_.
187192
193+
194+ Eric (The Eric Python IDE)
195+ --------------------------
196+
197+ `Eric <http://eric-ide.python-projects.org/ >`_ is a full featured Python IDE
198+ offering sourcecode autocompletion, syntax highlighting, support for version
199+ control systems, python 3 support, integrated web browser, python shell,
200+ integrated debugger and a flexible plug-in system. Written in python, it is
201+ based on the Qt gui toolkit, integrating the Scintilla editor control. Eric
202+ is an open-source software (GPLv3 licence) with more than ten years of active
203+ development.
204+
205+
188206Interpreter Tools
189207:::::::::::::::::
190208
0 commit comments