File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ or icons. There exist a couple of plugins and settings for the VIM editor to
1717aid python development. If you only develop in Python, a good start is to set
1818the default settings for indentation and line-wrapping to values compliant with
1919`PEP 8 <http://www.python.org/dev/peps/pep-0008/ >`_. In your home directory,
20- open a file called `.vimrc ` and add the following lines: ::
20+ open a file called `.vimrc ` and add the following lines:::
2121
2222 set textwidth=79
2323 set shiftwidth=4
@@ -142,7 +142,7 @@ The most popular Eclipse plugin for Python development is Aptana's
142142
143143
144144Komodo IDE
145- -----------
145+ ----------
146146`Komodo IDE <http://www.activestate.com/komodo-ide >`_ is developed by
147147ActiveState and is a commercial IDE for Windows, Mac
148148and Linux.
@@ -167,6 +167,17 @@ WingIDE
167167Windows, and Mac (as an X11 application, which frustrates some Mac users).
168168
169169
170+ NINJA-IDE
171+ ---------
172+
173+ `NINJA-IDE <http://www.ninja-ide.org/ >`_ (from the recursive acronym: "Ninja-IDE
174+ Is Not Just Another IDE", is a cross-platform IDE, specially designed to build
175+ Python applications, and runs on Linux/X11, Mac OS X and Windows desktop operating
176+ systems. Installers for these platforms can be downloaded from the website.
177+
178+ NINJA-IDE is open-source software (GPLv3 licence) and is developed in Python and
179+ Qt. The source files can be downloaded from `GitHub <https://github.com/ninja-ide >`_.
180+
170181Interpreter Tools
171182:::::::::::::::::
172183
You can’t perform that action at this time.
0 commit comments