Monday 7 November 2016

Python Lesson 1: Basic Syntax

LO:  
To learn how Python works and be able to open on the school network
To understand what a syntax is in Coding.










Discuss:

Why is important to learn how to code?




Main:

1) Open up Python in IDLE


    Write the following:  print("Hello World")
    What do you thin this will do when the program runs?

Mini-Plenary:
Open up your Self assessment document
 Fill in the first point with either H,M,L,N
Close Python completely


Main 2:

1) Use your knowledge to open Python in IDLE (Remember to get this in a new window)
2) Using slides 5 and 6 from the above presentation - add to your program using a Variable.

Plenary:
Create a 3 question yes/no quiz
Move seats with the person next to you to test out their program - Has it worked? If not, what error has occurred - what might this mean?