Automate the boring stuff with Python - Part 3: Flow Control

Automate the boring stuff with Python - Part 3: Flow Control

We learn about Python basics which we need to automate e.g. web scraping, working with Excel documents and Google Drive. We cover chapter 2 of the book Automate the boring stuff with Python by Al Sweigart - covering flow control in Python. Follow along to learn Python programming and make your life easier with automation. 📚 Get the book Automate the Boring Stuff with Python: https://amzn.to/3DY0C1G 🔨 FREE Skillshare 30-day trial: https://skillshare.eqcm.net/5b4ddL Read for free online: https://automatetheboringstuff.com/2e... Music (Epidemic sound): https://bit.ly/3JD0PZk Song: The Uneven Path - Trevor Kowalski Timestamps: 0:00 - Introduction 2:12 - Boolean values 4:00 - Comparison operators 10:59 - Boolean operators 18:41 - Elements of flow control 20:57 - if, elif and else statements 24:12 - while loops 32:35 - for loops 38:51 - Importing modules 43:00 - Example program: Guess the number 46:35 - Example program: Rock, paper, scissors 52:17 - Practice questions