Hacker News new | ask | show | jobs
by hartzell 2546 days ago
What is "Idle" (link?)? thanks!
1 comments

IDLE is a Python code editor, REPL, and runner. Ships with Python by default.
Wow, never knew that was there. Learn something new everyday. Thanks!