CS110: Spring 2020

Intro to Computer Programming with Python

CS110: Spring 2020

Loops 2: For Loops & Lists

Today, we will be introducing the “for loop” and using it to work with lists. We will also be exploring some different looping algorithms: applying while and for loops to do various kinds of computations.

Please Complete the Following Tasks

1. Download the Exercise Files

Exercise Files

2. Review the Slides

  1. More Loops: For Loops & Lists
  2. Supplementary Slides for Live Lecture

3. Watch the Lecture Video(s)

Link Title Type Duration
Video 1 Intro to For Loops pre-recorded 12:01
Video 2 break and continue pre-recorded 10:29
Video 3 The range function pre-recorded 9:09
Video 4 Looping algorithms pre-recorded 14:02
Video 5 More practice with for loops lecture 1:23:55