- Download Loops – Scratch Programs
- Download Loops – Python Programs
- DownLoad Loops – Nested Loops Programs
- DownLoad Loops – Student Misconceptions and Challenges Programs
External Resources:
- For Loops in Python:
- The following link is to a video from Khan Academy about for-loops in Python. It provides the basics on the range() function and for loops.
- https://www.youtube.com/watch?v=9LgyKiq_hU0 (accessed June 23, 2014)
- 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)