110 likes | 348 Views
Python Programming. Week 3 - Wednesday. Starter. YESTERDAY. Date & Time Library Conditional statements. REMInders. Today. Conditionals & Control flow Understand what control flow is Recognise and practice using 6 comparators (==, !=, <=, >=, <, >) Explain what a comparator is
E N D
Python Programming Week 3 - Wednesday
YESTERDAY • Date & Time Library • Conditional statements
Today • Conditionals & Control flow • Understand what control flow is • Recognise and practice using 6 comparators (==, !=, <=, >=, <, >) • Explain what a comparator is • Recognise 3 type of Boolean operations (AND, OR, NOT) • Demonstrate how to use Boolean operations to return ‘True’ and ‘False’ values
Crit / activity • if .. elif .. else program
practical • Codecademy: • Conditionals and Control Flow • Plus • Exercises • Challenges
Assignment 1 • Card Game – part 1 • Criteria for assessment – group work and discussion
Recap - QUIZ • Python 1 Flip Quiz
NEXT WEek • Control Flow • If..Else..Elif • Pyg Latin Project
homework • Assignment 1 • Complete your Hour of Code! • Finish exercises