8.編輯器與 IDE

There are a number of IDEs that support Python programming language.Many editors and IDEs provide syntax highlighting, debugging tools, andPEP 8 checks.

8.1.IDLE --- Python 編輯器與 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 seeInstalling IDLE on Linux.For more information see theIDLE docs.

8.2.其他編輯器與 IDE

Python's community wiki has information submitted by the community on Editors and IDEs.Please go toPython Editors andIntegrated Development Environmentsfor a comprehensive list.