Project 6 - Due Tue Oct 22 at 23:00

Reading

  1. Slides and notebooks from the Sequences and Loops and Lists and Memory Diagrams lectures.
  2. Problems and solutions from Lab 5 (Loops), Lab 6 (More Loops), and Lab 7 (List and Memory Diagrams).
  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, and you'll have to pay attention to whether your functions do or don't create new lists in the first task.

You must do two tasks this week: the audioToolkit task and then one of either the circles or scales tasks.

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