Session 12 Preparation — Videos, Reading and Quizzes

Instructions:

BEFORE this session, for each of the following videos or reading:

Videos and Reading:

  1. Iterating through a sequence, review
  2. Patterns for Iterating Through Sequences
    • In the previous session's Preparation, you watched the first 9 or so minutes of this video on Patterns for Iterating Through Sequences [15:21 minutes]. Now watch the ENTIRE video, paying especially close attention to the portion that starts at the 9:00 minute mark.

    • Be sure to understand:
      • The 3 basic ways to iterate through a loop.
      • The FIND pattern.
      • The two-places-at-once pattern.
      • The parallel-sequences pattern.
      • The MAX/MIN pattern.
  3. After doing the above, but before doing the in-class project (in PyCharm):

    • Do this before-the-session quiz.
    • You do not have to print the quiz (unless you want to). Just hand-write your answers on paper or type your answers into a file, whichever is easier for you.
  4. When you are ready to begin the in-class project (in PyCharm):