Booleans, Strings & Logic
Expressions, boolean logic, and loop patterns that make programs think.
Your Programs Are About to Start Thinking
Last week you wrote programs that execute instructions. This week, they'll start making decisions on their own.
Think about what you do when you process data manually: you check conditions, you compare values, you repeat steps until you're done. That's exactly what you'll teach Python to do.
By Friday, you'll write programs that:
- Evaluate complex conditions ("is this customer premium AND overdue?")
- Loop through data intelligently (not just blindly repeating)
- Handle edge cases your spreadsheets can't
The moment where Python stops feeling like a tool and starts feeling like a thinking partner? That's this week.
Practice your skills
Sign up to write and run code in this lesson.
Booleans, Strings & Logic
Expressions, boolean logic, and loop patterns that make programs think.
Your Programs Are About to Start Thinking
Last week you wrote programs that execute instructions. This week, they'll start making decisions on their own.
Think about what you do when you process data manually: you check conditions, you compare values, you repeat steps until you're done. That's exactly what you'll teach Python to do.
By Friday, you'll write programs that:
- Evaluate complex conditions ("is this customer premium AND overdue?")
- Loop through data intelligently (not just blindly repeating)
- Handle edge cases your spreadsheets can't
The moment where Python stops feeling like a tool and starts feeling like a thinking partner? That's this week.
Practice your skills
Sign up to write and run code in this lesson.