summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2017-01-25 09:48:41 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2017-01-25 09:48:41 (GMT)
commita8df8471d254086548325ffc451cdb73111bce83 (patch)
treea20f68d916a7dbd7816115acbc5998e6656a5dfb /Doc
parent78d9e58f204ec4e90502b42c3e7d48dcd76ccb80 (diff)
parentb0d0e19dd52f0a85abc449b36d24ea524d055e43 (diff)
downloadcpython-a8df8471d254086548325ffc451cdb73111bce83.zip
cpython-a8df8471d254086548325ffc451cdb73111bce83.tar.gz
cpython-a8df8471d254086548325ffc451cdb73111bce83.tar.bz2
[merge 3.6] - issue26149 - Point to Wiki for Editors and Python IDEs on Unix.
Patch contributed by Mariatta Wijaya.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/unix.rst19
1 files changed, 7 insertions, 12 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 4449d4f..97f0a49 100644
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -132,17 +132,12 @@ some Unices may not have the :program:`env` command, so you may need to hardcode
To use shell commands in your Python scripts, look at the :mod:`subprocess` module.
-Editors
-=======
+Editors and IDEs
+================
-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 `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ and
+`Integrated Development Environments <https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_
+for a comprehensive list. \ No newline at end of file