PYTHON PROGRAMMING Week 12 – Tuesday
STARTER What is a flowchart? Do you know any of the symbols used in a flowchart and what they mean?
LAST WEEK Use pseudocode for sequence, selection and iteration constructs Write pseudocode solutions to problems Create Python programs for pseudocode
TODAY Flowcharts – intro Python – while loops
FLOWCHARTS - SEQUENCE Example
FLOWCHARTS - SELECTION Example
FLOWCHARTS - ITERATION Example
PYTHON Codecademy – what is your target for this week?
TOMORROW More on flowcharts Python - While loop exercises