1.. 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.
15