Project 7 - Due Tue Oct 31 at 23:00

Reading

  1. Slides and notebooks from Lec 13 (Nested Loops) and Lec 14 (List Comprehensions; Sorting.
  2. Problems and solutions from Lab 8 (Nested 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 practice with nested loops and sorting. Once again this week you may choose to do either task but you only need to do one of them.

We strongly recommend that if you are only doing one task, you work on the train inventory task instead of the word search task, which is a bit more complex.

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


How to turn in this Project