Skip to content

Commit 1b11e18

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#35 from epequeno/master
Small changes
2 parents f362847 + c515711 commit 1b11e18

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/intro/learning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ a section in each chapter devoted to the subject of debugging.
4646
While exploring the various features available in the python language the author weaves in various design
4747
patterns and best practices.
4848

49-
The book also inclused several case studies which have the reader explore the topics discussed in the book
49+
The book also includes several case studies which have the reader explore the topics discussed in the book
5050
in greater detail by applying those topics to real-world examples. Case studies include assingments in GUI
5151
and Markov Analysis.
5252

docs/starting/dev-env.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,16 @@ Komodo IDE
7575
`Komodo IDE <http://www.activestate.com/komodo-ide>`_ is developed by ActiveState and is a commerical IDE for Windows, Mac
7676
and Linux.
7777

78+
Spyder
79+
------
80+
81+
`Spyder <http://code.google.com/p/spyderlib/>`_ an IDE specifically geared toward working with scientific python libraries (namely `Scipy <http://www.scipy.org/>`_).
82+
Includes integration with `pyflakes <http://pypi.python.org/pypi/pyflakes>`_, `pylint <http://www.logilab.org/857>`_,
83+
and `rope <http://rope.sourceforge.net/>`_.
84+
85+
Spyder is open-source (free), offers code completion, syntax highlighting, class and function browser, and object
86+
inspection
87+
7888

7989

8090
Interpreter Tools

0 commit comments

Comments
 (0)