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

What is the difference between IDLE and Python "Commad line" i am using "Python Programming" By John Zelle textbook , it doesn't say anything about IDLE or Command line. Professor Guttag talked about IDLE, i did not really seize it. BTW i'm using Python 2.5.4 version. Thank you.

OpenStudy (anonymous):

IDLE is the integrated development environment where you can write code withou it executing every time you press enter. You will then need to build and run your program. The command line will execute each command you type straight away. If you downloaded the software as instructed you will have both.

OpenStudy (anonymous):

I am using the 3.2 version of python but i think, the interface of it are the same. in IDLE, you can create a program by clicking on the menu bar: FILE>>NEW WINDOW. A new window will open. There, you can create programs you can compile. You can run your program by clicking on RUN>>RUN MODULE on the menu bar.

OpenStudy (lopus):

you can use eclipse IDE with pydev plugin is better, here you can work similar java programming, detected error

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!