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

Not really a question, but noticed I was not running Python 2.6, but 3.2 on my MacBook Pro. I am using IDLE (which does seem primitive to me! And I crashed it often) So uninstalled 3.2 and now I get answers 'expected' on some of the assignment. import sys & print sys.version to see what version you are running!

OpenStudy (anonymous):

I haven't even bothered with IDLE. I'm running Linux, and I just use the Python interpreter in the shell (which you can also do in Mac OS X). I can type "python" to run 3.2 (and "python --version" to check on the version that is symlinked to python) and "python2.7" to run 2.7. I like it that way; it's simple.

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!