Mastering While Loops – Real Python (original) (raw)

Master indefinite iteration using the Python “while” loop. You’ll be able to construct basic and complex while loops, interrupt loop execution with break and continue, use the else clause with a while loop, and deal with infinite loops.

The editor used in this course is Thonny: The Beginner-Friendly Python Editor. Check out our article about Thonny. It covers the setup and usage as well as best practises.

What’s Included:

Related Learning Paths: