Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 9 Online
OpenStudy (anonymous):

how do i get IDLE for the mac?

OpenStudy (anonymous):

You do not have to - all Mac's comes with Python preinstalled. You can just user the terminal window and type: "Python" and you are in. And, of course, you can use TextEdit or something else to write longer Python scripts and save as files. Hope this helps...

OpenStudy (anonymous):

http://docs.python.org/using/mac.html

OpenStudy (rsmith6559):

This is a script that will invoke idle on my 10.5.8 laptop: #!/bin/bash /usr/bin/python /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/idlelib/idle.py & exit 0

OpenStudy (anonymous):

You are better off using a text editor on mac such as textmate or AptanaStudio3

OpenStudy (anonymous):

You can just type 'idle' from the Terminal command line.

OpenStudy (strangefyr):

after i type "python" i then have to type "import idlelib.idle" for the python shell window to open

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!