The Python “WHILE” loop | Iterative execution based on a condition

Опубликовано: 27 Июль 2021
на канале: Computer Science Camp
63
2

LINKS TO FULL CONTENT
Full lesson: https://computersciencecamp.com/cours...
Full course: https://computersciencecamp.com/cours...

FULL LESSON DESCRIPTION
In this lesson, I’ll introduce the ‘while’ loop as the most basic type of repetition control flow structure in Python. I’ll also use this lesson to define the concept of an “algorithm”, which will stay with us throughout the course, together with some preliminary algorithmic design guidelines using flowcharts.

FULL LESSON CONTENT
Part 1. The ‘while’ loop syntax
Part 2. Algorithms and flowcharts
Part 3. Problem: Iterative square root