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