blob: f36f570125c119a58d37ec0a1c4ccae98a8f9878 [file] [log] [blame]
Miss Islington (bot)84035242019-07-18 18:31:41 -07001.. highlight:: none
2
3.. _editors:
4
5******************
6 Editors and IDEs
7******************
8
9There are a number of IDEs that support Python programming language.
10Many editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` checks.
11
12Please go to `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ and
13`Integrated Development Environments <https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_
14for a comprehensive list.