Iteration is one of the important aspects of programming. One of the ways to iterate over a sequence of elements is by using for loops. This tutorial tells you everything about for loops and their application. ============= Sections & Timeline ============= 1. For Loops Intro - 0:34 2. For loop application on Finding Nemo problem - 2:12 3. If else condition inside For loop - 3:11 4. Continue statement - 4:32 5. Python index method - 5:42 6. Break - 6:40 7. Fizzbuzz Assignment - 9:40