mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #619 from gczh/update-dev-env-links
Update Links in Dev IDE Section
This commit is contained in:
+2
-2
@@ -170,11 +170,11 @@ alternative.
|
||||
Spyder
|
||||
------
|
||||
|
||||
`Spyder <http://code.google.com/p/spyderlib/>`_ is an IDE specifically geared
|
||||
`Spyder <https://github.com/spyder-ide/spyder>`_ is an IDE specifically geared
|
||||
toward working with scientific Python libraries (namely
|
||||
`Scipy <http://www.scipy.org/>`_). It includes integration with pyflakes_,
|
||||
`pylint <http://www.logilab.org/857>`_ and
|
||||
`rope <http://rope.sourceforge.net/>`_.
|
||||
`rope <https://github.com/python-rope/rope>`_.
|
||||
|
||||
Spyder is open-source (free), offers code completion, syntax highlighting,
|
||||
a class and function browser, and object inspection.
|
||||
|
||||
Reference in New Issue
Block a user