Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bfbe4f

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

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
@@ -136,17 +136,12 @@ some Unices may not have the :program:`env` command, so you may need to hardcode
136136
To use shell commands in your Python scripts, look at the :mod:`subprocess` module.
137137

138138

139-
Editors
140-
=======
139+
Editors and IDEs
140+
================
141141

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

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

0 commit comments

Comments
 (0)