[Courses] [python] Using IDLE

Ivan Avery Frey ivan.avery.frey at gmail.com
Sat Jun 25 15:57:48 UTC 2011


Just thought I mention it, I installed IDLE on my PowerBook G4 (Mac OS X 10.5). 
It came with the Python 2.7.2 package from the Python site. I also had to 
install the proper version of ActiveState's TCL.

IDLE is a simple integrated development environment for Python. It can be 
installed on Fedora:

sudo yum install python-tools

or Ubuntu:

sudo apt-get install idle

Running a script in IDLE is slower though.

Ivan.


More information about the Courses mailing list