Project 6 - Due Thu Mar 9 at 23:00

Reading

  1. Slides and notebooks from Lec 8 (While Loops), Lec 9/10 (Sequences and Loops), Lec 11 (Lists and Memory Diagrams). Lec 12 (List Processing Patterns), and
  2. Problems and solutions from Lab 5 (Loops) and Lab 6 (More Loops).
  3. Think Python, Chapter 7 covers iteration, and Think Python, Chapter 10 covers lists.

Tasks

The instructions for each task:


About this Project

These tasks will give you more practice with loops and sequences (strings and lists) and you will also be working with either graphics or audio again.

You must do two tasks this week: the audioToolkit task is required, and then you can choose to do either the circles or the scales task. If you are uncertain which of the second two tasks to pick, we suggest working on the circles task.

If you want to find a partner to work with for this project, use this Google Sheet to do so.

Reminders

Time Estimate

Our per-task estimate for this project is 2.5-4 hours, plus up to an hour of reading.


How to turn in this Project