Week 1

Lesson #1-1: Introduction to Class

Watch Video 1-1: Introduction to Class

Access www.codeskulptor.org to get accustomed to site

Lesson #1-2: Using CodeSkuptor

Watch Video 1-2: Using CodeSkulptor

Access www.codeskulptor.org to get accustomed to site

Write and Save a Hello_World.py file (remember to save it with time stamp)

http://www.codeskulptor.org/#examples-hello_world.py

Did you use comment codes?

Did you remember to save it with a time stamp?

What happens if you use single quotations? Double quotations? Mixed quotations?

Lesson #1-3: Arithmetic Expressions

Watch Video 1-3: Arithmetic Expressions

Access www.codeskulptor.org

Write and Save a Arithmetic_Expressions.py file (remember to save it with time stamp)

http://www.codeskulptor.org/#examples-arithmetic_expressions.py

Did you use comment codes?

Did you remember to save it with a time stamp?

What is the difference between int() and float()?

How does CodeSkulptor implement Operator Precedence?

Lesson #1-4: Variables

Watch Video 1-4: Variables

Access www.codeskulptor.org

Write and Save a Variables.py file

http://www.codeskulptor.org/#examples-variables.py

What are some naming conventions for variables?

What does my_age = my_age + 1 do?

Lesson #1-5: Saving in CodeSkulptor (Optional)

Watch Video 1-5: CodeSkuptor

What are two ways to save your program?

If you make a mistake, how can you undo it?