Spaces:
Running on Zero
Running on Zero
| # Editors and IDEs {#editors} | |
| There are a number of IDEs that support Python programming language. Many editors and IDEs provide syntax highlighting, debugging tools, and `8`{.interpreted-text role="pep"} 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 `Installing IDLE on Linux <installing_idle_on_linux>`{.interpreted-text role="ref"}. For more information see the `IDLE docs <idle>`{.interpreted-text role="ref"}. | |
| ## Other Editors and IDEs | |
| Python\'s community wiki has information submitted by the community on Editors and IDEs. Please go to [Python Editors](https://wiki.python.org/moin/PythonEditors) and [Integrated Development Environments](https://wiki.python.org/moin/IntegratedDevelopmentEnvironments) for a comprehensive list. | |