Introduction to Python Programming L3

Lesson Aim

  • Understand the importance of IF statements in programming
  • Create IF statements in Python
Starter

Discuss IF statements and relate it to

Sequence – Selection – Iteration

Main

Download the file below and complete the tasks by creating appropriate programs in python

Python Conditional Statements worksheet

Extension

Create and account on code academy by clicking the link below:

Codeacademy Python

Then attempt the python course

Plenary

Why are conditional statements important in programming?

What errors do we need to check for when creating IF Statements

Introduction to Python Programming L2

Lesson Aim

  •  Create and use variables
  • Understand how strings are stored in python
Starter

Discuss what to programs.

Sequence – Selection – Iteration

Main

Download the file below and complete the tasks by creating appropriate programs in python

Variables worksheet

Plenary

Why do we use variables when programming?

What three main tasks are performed when programming?