Project 3 - Due Tue Feb 13 at 23:00

Reading

  1. Slides and notebooks from Lec 3/4/5.
  2. Problems and solutions from Lab 2 and Lab 3.
  3. Turtle reference documentation or wavesynth reference documentation.
  4. Think Python, Chapter 3 covers functions, and Think Python, Chapter 6 covers fruitful functions, although sections 6.4 through 6.6 are material that we'll cover later.
  5. If you prefer an audio format, our podcast The Path to Programming has an episode for this week on Defining Functions.

Tasks

The instructions for each task:


About this Project

These tasks will give you more practice with custom functions, including functions which use turtle or wavesynth and which maintain invariants.

You must do timeProfiler, and then you can choose to do either treeParts or musicalMeasures depending on whether you want to work with graphics or audio.

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-4 hours, plus up to an hour of reading.


How to turn in this Project