From eb375b09d4ca43613a46d036805f38aa2947c61f Mon Sep 17 00:00:00 2001 From: Estevan Pequeno Date: Thu, 29 Dec 2011 21:06:53 -0600 Subject: [PATCH 1/3] 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 From 857d8a6cab935a1350056689d6a8a6fbb491e92f Mon Sep 17 00:00:00 2001 From: Estevan Pequeno Date: Thu, 29 Dec 2011 21:08:33 -0600 Subject: [PATCH 2/3] fixed typo in learning.rst --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 53355c3..fadf351 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -46,7 +46,7 @@ a section in each chapter devoted to the subject of debugging. While exploring the various features available in the python language the author weaves in various design patterns and best practices. -The book also inclused several case studies which have the reader explore the topics discussed in the book +The book also includes several case studies which have the reader explore the topics discussed in the book in greater detail by applying those topics to real-world examples. Case studies include assingments in GUI and Markov Analysis. From c515711942e8f31f3a95096c7c1fec88f5e4d47f Mon Sep 17 00:00:00 2001 From: Estevan Pequeno Date: Thu, 29 Dec 2011 21:12:54 -0600 Subject: [PATCH 3/3] added link to spyder in learning.rst --- docs/starting/dev-env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/dev-env.rst b/docs/starting/dev-env.rst index 6d412ee..b1f2498 100644 --- a/docs/starting/dev-env.rst +++ b/docs/starting/dev-env.rst @@ -78,7 +78,7 @@ and Linux. Spyder ------ -Spyder an IDE specifically geared toward working with scientific python libraries (namely `Scipy `_). +`Spyder `_ an IDE specifically geared toward working with scientific python libraries (namely `Scipy `_). Includes integration with `pyflakes `_, `pylint `_, and `rope `_.