Loops – External Resources & Programs

Download All Example Programs

External Resources: 

  • For Loops in Python:
  • While Loops in Python:
    • The following link is to a video from Khan Academy about while-loops in Python. It introduces while-loops and makes a comparison between for and while loops.
    • https://www.youtube.com/watch?v=D0Nb2Fs3Q8c (accessed June 23, 2014)
  •  Iterative Programs from MIT Opencourseware:
    • The following link is to a video about iterative programs. It talks about data, operations and statements and provides details on how to use loops, as well as a good general overview.
    •  http://videolectures.net/mit600f08_grimson_lec03 (accessed June 23, 2014)