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 @@ -136,17 +136,12 @@ some Unices may not have the :program:`env` command, so you may need to hardcode
136
136
To use shell commands in your Python scripts, look at the :mod: `subprocess ` module.
137
137
138
138
139
- Editors
140
- =======
139
+ Editors and IDEs
140
+ ================
141
141
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.
144
144
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.
You can’t perform that action at this time.
0 commit comments