(original) (raw)

changeset: 106310:0fd4a3d8e32a parent: 106307:ffc0840762e4 parent: 106309:25fc68e22eee user: Senthil Kumaran senthil@uthcode.com date: Wed Jan 25 01:48:41 2017 -0800 description: [merge 3.6] - issue26149 - Point to Wiki for Editors and Python IDEs on Unix. Patch contributed by Mariatta Wijaya. diff -r ffc0840762e4 -r 0fd4a3d8e32a Doc/using/unix.rst --- a/Doc/using/unix.rst Wed Jan 25 00:30:04 2017 +0200 +++ b/Doc/using/unix.rst Wed Jan 25 01:48:41 2017 -0800 @@ -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/senthil@uthcode.com