Code Toolkit: Python, Spring 2024

Week 3 — Wednesday, February 7 — Class notes

  1. Review of last week
  2. Homework review
  3. Interaction
  4. Adding interactivity with Processing
    1. New syntax: setup() and draw() blocks
    2. New command print(), and string concatenation
    3. A rectangle that moves with the mouse
  5. More interaction concepts
    1. Framerate
    2. Scope
    3. Asking "when?": How to use setup() and draw()
    4. pmouseX and pmouseY
  6. New command: map()

I. Review of last week

II. Homework review

Let's look at some people's homework and fix some bugs together ...

(jump back up to table of contents)

III. Interaction

(jump back up to table of contents)

IV. Adding interactivity with Processing

(jump back up to table of contents)

V. More interaction concepts

(jump back up to table of contents)

VI. Map