8. Edytory i IDE¶
There are a number of IDEs that support Python programming language. Many editors and IDEs provide syntax highlighting, debugging tools, and PEP 8 checks.
8.1. IDLE — Python edytor i powłoka¶
IDLE to zintegrowane środowisko programistyczne i edukacyjne Pythona i jest zwykle dołączane do instalacji Pythona. Jeśli korzystasz z systemu Linux i nie masz zainstalowanego IDLE, zobacz Instalacja IDLE w systemie Linux. Więcej informacji można znaleźć w 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.