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 07:57:00 2016 -0700 @@ -135,14 +135,9 @@ 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: +There are a number of IDEs that support Python programming language. +Many editors and IDEs provide syntax highlighting, debugging tools, and PEP-8 checks. -* http://www.vim.org/scripts/script.php?script_id=790 -* https://sourceforge.net/projects/python-mode - -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