8. Éditeurs et IDEs
*******************

Il y a un grand nombre d'environnement de développement qui gèrent le
langage de programmation Python. Beaucoup d'éditeurs et d'EDIs
proposent une mise en surbrillance de la syntaxe, des outils de
débogage et une vérification PEP-8.


8.1. 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 Installing IDLE on Linux. For more
information see the IDLE docs.


8.2. 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.
