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

how to make script in python 3.3.3 shell?

OpenStudy (rsmith6559):

The shell is more suited to single/several commands. To write a script, you'd use a plain text editor to write the script and execute it (in theory) in the shell. Especially in *nix it's easier to just execute it in the regular shell. That said, IDLE is an IDE (Integrated Development Environment) that combines text editor, shell and the ability to execute the code you've written in the Python shell. BTW, MIT's 6.00 course, AFIK, is in Python v2, not v3. The two versions are different, the Python developers changed a bunch of stuff for v3.x.

OpenStudy (anonymous):

maybe she's interested in scripting in 3.3.3. python3.x has some modifications over python2.x except fr them. its as simple as scripting in python 2.x

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!