diff -r 6bcedf96d25f Doc/using/unix.rst --- a/Doc/using/unix.rst Tue Sep 13 20:48:25 2016 +0200 +++ b/Doc/using/unix.rst Sat Sep 17 08:02:06 2016 -0700 @@ -132,17 +132,12 @@ To use shell commands in your Python scripts, look at the :mod:`subprocess` module. -Editors -======= - -Vim and Emacs are excellent editors which support Python very well. For more -information on how to code in Python in these editors, look at: +Editors and IDEs +================ -* http://www.vim.org/scripts/script.php?script_id=790 -* https://sourceforge.net/projects/python-mode +There are a number of IDEs that support Python programming language. +Many editors and IDEs provide syntax highlighting, debugging tools, and PEP-8 checks. -Geany is an excellent IDE with support for a lot of languages. For more -information, read: https://www.geany.org/ - -Komodo edit is another extremely good IDE. It also has support for a lot of -languages. For more information, read https://komodoide.com/. +Please go to https://wiki.python.org/moin/PythonEditors and +https://wiki.python.org/moin/IntegratedDevelopmentEnvironments +for a comprehensive list. \ No newline at end of file