Stop learning alone!

Learn faster and stay on-track by joining this free class with other self-learners.

Register for MIT OpenCourseWare 6.00 Introduction to Computer Science and Programming now.

MIT OpenCourseWare 6.00 Introduction to Computer Science and Programming

Class length: 24 weeks. Start anytime.

Creator: duallain

Status: Established

Join this class!

Confused about the Python programming method

The lecturer is moving between two windows in the first three lectures. Is one of the windows a text editor and the other IDLE?

I also can't figure out how he is running the code. I've started reading two or three of the getting started guides, but so far I haven't come across a method of writing the code and then implementing it from one program or window to another.

I see from the other PS0 assignment submissions, that the input and print lines can't be in the final file, but I can't figure out how to delete it or how to get it not to print unless I edit it after saving.

Thanks in advance for help.

jmarton
6 months ago

Reply


* Markdown Cheatsheet:

Link:
[clickable text](http://www.example.com)

New Paragraph:
Hit enter twice

Main heading:
# Main Heading Text

Sub-heading:
## Sub-heading Text

List:
* item 1
* item 2
* item 3

Italics:
*italicized text*

Bold:
**bold text**

YouTube:
URL (http://www.youtube.com/watch?v=Ui4AYPcRkYE) turns into embed code

Full Markdown reference