You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sally Steuterman edited this page Feb 21, 2024
·
1 revision
Booleans, Conditionals, and Control Flow
In the prep work for this class, the students learned:
The boolean data type and boolean expressions
Logical operators (>, <, etc.) and ==
Logical and and or
if / elif / else statements
The difference between for and while loops and when to use either loop
Announcements
Check with your program manager for any announcements!
Large Group Time (Instructor)
Lesson Topics That Require Careful Attention
Q & A from the prep work and/or exercises.
Check to see if there are any lingering questions for the prep work for the course on the Data and Variables chapter.
Recommend walking through the exercises for booleans and conditionals and loops to
Review the meaning of the truth tables for logical and and logical or.
Clarify with live coding examples:
The difference between an if / else if block and two successive if blocks
Nested conditionals
There is no studio for today! Today is an open work day to help students catch up since there is so much coding content in the first four days to prepare for pandas.