added spyder IDE to dev-env.rst
authorEstevan Pequeno <estevan.pequeno@gmail.com>
Fri, 30 Dec 2011 03:06:53 +0000 (21:06 -0600)
committerEstevan Pequeno <estevan.pequeno@gmail.com>
Fri, 30 Dec 2011 03:06:53 +0000 (21:06 -0600)
docs/starting/dev-env.rst

index 6f719d7..6d412ee 100644 (file)
@@ -75,6 +75,16 @@ Komodo IDE
 `Komodo IDE <http://www.activestate.com/komodo-ide>`_ is developed by ActiveState and is a commerical IDE for Windows, Mac
 and Linux.
 
+Spyder 
+------
+
+Spyder an IDE specifically geared toward working with scientific python libraries (namely `Scipy <http://www.scipy.org/>`_).
+Includes integration with `pyflakes <http://pypi.python.org/pypi/pyflakes>`_, `pylint <http://www.logilab.org/857>`_, 
+and `rope <http://rope.sourceforge.net/>`_.
+
+Spyder is open-source (free), offers code completion, syntax highlighting, class and function browser, and object
+inspection
+
 
 
 Interpreter Tools