Code Toolkit: Python, Spring 2025

Week 2 — Friday, January 31 — Class notes

Table of contents for this lesson

  1. Review of last week
  2. Homework examples
  3. Variables
    1. Background and conceptual context
    2. Variable syntax in Python
    3. Example
    4. Summarizing — variables & Pong
  4. Randomness
  5. Wrap-up & homework

I. Review of what we've done so far

Let's go back to the material that we discussed quickly at the end of class last week and talk about some things that will be review for you now that you've made it through the first homework. (jump back up to table of contents)

II. Examples from homework review

Let's review some people's homework ...

(jump back up to table of contents)

III. Variables

a. Background and conceptual context

(jump back up to table of contents)

IV. Randomness

V. Homework

The homework for this week builds directly on all of these ideas. I hope you find it challenging & enjoyable.