IDLE has the following features:
coded in 100% pure Python, using the tkinter GUI toolkit
cross-platform: works mostly the same on Windows, Unix, and macOS
Source code: Lib/idlelib/ IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: cross-platform: works mostly the same on Windows, Unix, and macOS, Pytho...