Python Loops and Looping Techniques: Beginner to Advanced
Master For Loops, While Loops, Nested Loops, and Advanced Looping Techniques in Python (+Projects and Exercises)
Created by Estefania Cassingena Navone | 8 hours on-demand video course
Learn how to use the power of For Loops, While Loops, Nested Loops (and more!) in Python. Build 4 projects, understand how loops work behind the scenes, and practice with coding exercises.
Master Loops and Looping Techniques to Take Your Python Skills to the Next Level.
- Learn how For Loops and While Loops work behind the scenes with step-by-step graphical explanations.
- Use the power of built-in Python functions such as range, enumerate, zip, sorted, and reversed to make your loops more powerful, more concise and more readable.
- Understand how Nested For Loops and Nested While Loops work and learn how to use them in practical scenarios.
- Customize the functionality of your loops with break and continue. Learn how they work and when to use them.
- Iterate over strings, lists, tuples, dictionaries, and sets.
- Detect infinite loops, find their cause, stop them and fix them.
- Write clearer and more concise Python code.
What you’ll learn
- Master For Loops and While Loops in Python. Learn how they work behind the scenes and how to use them in your projects.
- Write For Loops that work with built-in functions such as range, enumerate, zip, sorted, and reversed.
- Be able to choose the right type of loop and looping technique for a given scenario.
- Work with Nested Loops and understand how they work behind the scenes.
- Control the flow of execution of your loops with ‘break’ and ‘continue’.
- Use For Loops to iterate over strings, lists, tuples, dictionaries, and sets.
- Detect when a program has an infinite loop, find what is causing it, and be able to fix it.
- Write clean and concise loops in Python.
Recommended Course
Python for Excel: Use xlwings for Data Science and Finance
Creating Python APIs Like a BOSS – The Django REST Framework