File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -132,17 +132,12 @@ some Unices may not have the :program:`env` command, so you may need to hardcode
132132To 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.
You can’t perform that action at this time.
0 commit comments