Skip to content

Commit b0d0e19

Browse files
committed
issue26149 - Point to Wiki for Editors and Python IDEs on Unix.
Patch contributed by Mariatta Wijaya.
1 parent 28cf663 commit b0d0e19

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

Doc/using/unix.rst

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,12 @@ some Unices may not have the :program:`env` command, so you may need to hardcode
132132
To use shell commands in your Python scripts, look at the :mod:`subprocess` module.
133133

134134

135-
Editors
136-
=======
135+
Editors and IDEs
136+
================
137137

138-
Vim and Emacs are excellent editors which support Python very well. For more
139-
information on how to code in Python in these editors, look at:
138+
There are a number of IDEs that support Python programming language.
139+
Many editors and IDEs provide syntax highlighting, debugging tools, and PEP-8 checks.
140140

141-
* http://www.vim.org/scripts/script.php?script_id=790
142-
* https://sourceforge.net/projects/python-mode
143-
144-
Geany is an excellent IDE with support for a lot of languages. For more
145-
information, read: https://www.geany.org/
146-
147-
Komodo edit is another extremely good IDE. It also has support for a lot of
148-
languages. For more information, read https://komodoide.com/.
141+
Please go to `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ and
142+
`Integrated Development Environments <https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_
143+
for a comprehensive list.

0 commit comments

Comments
 (0)