@@ -137,6 +137,8 @@ PyCharm / IntelliJ IDEA
137
137
`PyCharm <http://www.jetbrains.com/pycharm/ >`_ is developed by JetBrains, also
138
138
known for IntelliJ IDEA. Both share the same code base and most of PyCharm's
139
139
features 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.
140
142
141
143
142
144
Eclipse
@@ -148,8 +150,11 @@ The most popular Eclipse plugin for Python development is Aptana's
148
150
149
151
Komodo IDE
150
152
----------
153
+
151
154
`Komodo IDE <http://www.activestate.com/komodo-ide >`_ is developed by
152
155
ActiveState and is a commercial IDE for Windows, Mac, and Linux.
156
+ `KomodoEdit <https://github.com/Komodo/KomodoEdit >`_ is the open source
157
+ alternative.
153
158
154
159
155
160
Spyder
@@ -185,6 +190,19 @@ systems. Installers for these platforms can be downloaded from the website.
185
190
NINJA-IDE is open-source software (GPLv3 licence) and is developed in Python and
186
191
Qt. The source files can be downloaded from `GitHub <https://github.com/ninja-ide >`_.
187
192
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
+
188
206
Interpreter Tools
189
207
:::::::::::::::::
190
208
0 commit comments