IDLE is a fantastic interpreter in my opinion. It is simple, easy, and effective. Unfortunately it is available only on MAC OSX and Windows. That means for Linux I have to write python programs in vi or emacs, save it as a .py (pyw doesn't exist outside of Windows btw), and run it through the terminal. IDLE really needs to be ported to Linux
