.. highlight:: none .. _editors: ****************** Editors and IDEs ****************** There are a number of IDEs that support Python programming language. Many editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` checks. IDLE --- Python editor and shell ================================ IDLE is Python’s Integrated Development and Learning Environment and is generally bundled with Python installs. If you are on Linux and do not have IDLE installed see :ref:`Installing IDLE on Linux `. For more information see the :ref:`IDLE docs `. Other Editors and IDEs ====================== Python's community wiki has information submitted by the community on Editors and IDEs. Please go to `Python Editors `_ and `Integrated Development Environments `_ for a comprehensive list.