Examples from Class

Zipped examples from Tuesday class (includes txt file)

Week 1 Outline

  • Review expressions and statements in the console
  • Write Python programs
  • Overview of lab
  • Introduce assignment 1
  • How to submit labs and assignments
  • Practice problem: reporting length of name
  • String overview
  • Overview of the list data type (handy reference)
  • Introduction to Boolean values and conditional statements (if statements, read section 3.2)
  • (if time permits) Name length example, version 2
  • (if time permits) Simple loops