Monday, 8 June 2015

#10n4 Computer Science - Lesson 44 - Python Turtle 1

Lesson Objectives 
LO1: Introduce the Python graphics commands
LO2: Draw shapes using the Turtle graphics library
LO3: Develop your computational thinking skills 

Outcomes
Red: Draw a simple shape using Python
Amber: Use colour whilst drawing using Python
Green: Draw more complex shapes using Python

Starter




Take a look at the red task below/in your booklets and try to answer the following questions:


What does t.forward(50) do?

What does t.left(90) do?


Main

RED TASK

Complete the Red task in your booklet


AMBER TASK

Complete the Amber task

GREEN TASK

Complete the Green task


EXTENSION TASKS

Silver task - a row of coloured squares
Gold task - an envelope
Platinum task - ulam spiral


Plenary

Code showcase