11
PYTHON PROGRAMMING Week 3 - Wednesday

Python Programming

  • Upload
    garson

  • View
    28

  • Download
    6

Embed Size (px)

DESCRIPTION

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 - PowerPoint PPT Presentation

Citation preview

Page 1: Python Programming

PYTHON PROGRAMMING

Week 3 - Wednesday

Page 2: Python Programming

STARTER

Page 3: Python Programming

YESTERDAY

Date & Time Library

Conditional statements

Page 4: Python Programming

REMINDERS

Page 5: Python Programming

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

Page 7: Python Programming

PRACTICAL

Codecademy: Conditionals and Control Flow

Plus Exercises Challenges

Page 8: Python Programming

ASSIGNMENT 1

Card Game – part 1

Criteria for assessment – group work and discussion

Page 9: Python Programming

RECAP - QUIZ

Python 1 Flip Quiz

Page 10: Python Programming

NEXT WEEK

Control Flow If..Else..Elif Pyg Latin Project

Page 11: Python Programming

HOMEWORK

Assignment 1

Complete your Hour of Code!

Finish exercises