This video provides an overview of how to use loops in Python. Specifically it covers:
-General structure of a for loop
-Uses of range()
-Iterating over lists and strings
-General structure of a while loop
-break keyword to get an early exit from a loop
This video is the fourth video in a multi-part series on getting started with the Python programming language. Next video in the series on functions: • Introduction to Programming with Pyth...
Source code on Github: https://github.com/gsprint23/Python-D...