mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +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
|
||||||
------
|
------
|
||||||
|
|
||||||
`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
|
toward working with scientific Python libraries (namely
|
||||||
`Scipy <http://www.scipy.org/>`_). It includes integration with pyflakes_,
|
`Scipy <http://www.scipy.org/>`_). It includes integration with pyflakes_,
|
||||||
`pylint <http://www.logilab.org/857>`_ and
|
`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,
|
Spyder is open-source (free), offers code completion, syntax highlighting,
|
||||||
a class and function browser, and object inspection.
|
a class and function browser, and object inspection.
|
||||||
|
|||||||
Reference in New Issue
Block a user