diff -r 8c005be54305 Doc/using/unix.rst --- a/Doc/using/unix.rst Mon Oct 03 19:50:56 2016 +0100 +++ b/Doc/using/unix.rst Mon Oct 03 22:44:48 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 `Python Editors `_ and +`Integrated Development Environments `_ +for a comprehensive list. \ No newline at end of file