Workbook
How the Workbook works
Inside this workbook, you will find useful information, code snippets, and all the activities that you need to complete in this unit of work. Be sure to complete each activity in the order that they are shown in this book – don’t try and skip ahead until you have successfully completed each activity.
Help
If you are stuck on a problem that you just can’t solve yourself, try these strategies to find an answer:
- Ask a friend sitting next to you (not on the other side of the room)
- Research online (Google will quite often have the answer to your problem)
- Ask your teacher (we're not scary)
Getting organised
Your files must be neatly organised on your computer. Setup the following folder structure inside your Year 7/CompSci folder (you should have this created already):
- Tutorial Code – each time you watch a video tutorial, you will be required to follow along and make the same program in Python that the teacher makes. Once you have finished watching the video tutorial and writing your code, save it into this folder.
- Activity Code – throughout this booklet, you will find a range of coding activities that you need to complete on your own. As you finish each activity, save the code into this folder with the specified name.
- Assessment – any assessment work that you complete must be saved into this folder.
YouTube video tutorial links
The following videos should be
watched before attempting to complete the associated activities in this
workbook. They will show you how to perform a range of useful functions using
Python’s Turtle module and will have you coding your own graphics in no time at
all!
- Tutorial 1 – Introduction to the Turtle
- Tutorial 2 – Draw a Triangle
- Tutorial 3 – Draw a Square
- Tutorial 4 – Draw a Circle
- Tutorial 5 – Draw an Oval
- Tutorial 6 – Draw a Star
- Tutorial 7 – Draw a Cool Pattern
- Tutorial 8 – Draw a Factory
- Tutorial 9 – Draw the Aboriginal Australian Flag
- Tutorial 10 – Draw a Domino
- Tutorial 11 – Draw a Fallout Shelter Logo
- Tutorial 12 – Draw a Building
- Tutorial 13 – Asking Questions
- Tutorial 14 – Draw a House
- Tutorial 15 – Draw a Mountain Range