Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 9 Online
OpenStudy (anonymous):

This has got to be THE most basic of questions, but it seems to me the instructor is using a Python shell with IDLE on the menu bar. Where do I find such a shell once I've downloaded Python from its home site

OpenStudy (anonymous):

Since you've downloaded it from python.org, it should have come with IDLE. Check your installation directory for it (like C:/Program Files/PythonXX/ if you are running on Windows. XX are replaced by numbers, representing Python's version, i.e., Python27 = Python 2.7 etc)

OpenStudy (anonymous):

open start menu , all programs then python then open ur python version

OpenStudy (anonymous):

The instructors are using Macs. If you are using a Mac you don't need to download anything. Just open Terminal and type "python" and after the next prompt type "import idlelib.idle". You can then open new windows to do your coding in through all the normal means.

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!