From eb375b09d4ca43613a46d036805f38aa2947c61f Mon Sep 17 00:00:00 2001 From: Estevan Pequeno Date: Thu, 29 Dec 2011 21:06:53 -0600 Subject: [PATCH] added spyder IDE to dev-env.rst --- docs/starting/dev-env.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/starting/dev-env.rst b/docs/starting/dev-env.rst index 6f719d7..6d412ee 100644 --- a/docs/starting/dev-env.rst +++ b/docs/starting/dev-env.rst @@ -75,6 +75,16 @@ Komodo IDE `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 `_). +Includes integration with `pyflakes `_, `pylint `_, +and `rope `_. + +Spyder is open-source (free), offers code completion, syntax highlighting, class and function browser, and object +inspection + Interpreter Tools