Skip to content

Commit 1f34aa5

Browse files
committed
Eric IDE included and other ides improved.
1 parent eb8b90d commit 1f34aa5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/dev/env.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ PyCharm / IntelliJ IDEA
137137
`PyCharm <http://www.jetbrains.com/pycharm/>`_ is developed by JetBrains, also
138138
known for IntelliJ IDEA. Both share the same code base and most of PyCharm's
139139
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.
140142

141143

142144
Eclipse
@@ -148,8 +150,11 @@ The most popular Eclipse plugin for Python development is Aptana's
148150

149151
Komodo IDE
150152
----------
153+
151154
`Komodo IDE <http://www.activestate.com/komodo-ide>`_ is developed by
152155
ActiveState 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

155160
Spyder
@@ -185,6 +190,19 @@ systems. Installers for these platforms can be downloaded from the website.
185190
NINJA-IDE is open-source software (GPLv3 licence) and is developed in Python and
186191
Qt. 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+
188206
Interpreter Tools
189207
:::::::::::::::::
190208

0 commit comments

Comments
 (0)