Hero image

Warren Sparrow's Shop

Average Rating4.10
(based on 6 reviews)

Head of Department at an Outstanding School. I was nominated as one of the top 50 teachers in the Global Teachers Prize. I am a Microsoft Innovative Expert Educator, a Microsoft Fellow and a Microsoft Certified Trainer working in a Google School. I received the Microsoft Award for innovation in ICT, Education Department Provincial Award for Best ICT Practice and Eduweek’s Best Classroom Practice.

73Uploads

14k+Views

7k+Downloads

Head of Department at an Outstanding School. I was nominated as one of the top 50 teachers in the Global Teachers Prize. I am a Microsoft Innovative Expert Educator, a Microsoft Fellow and a Microsoft Certified Trainer working in a Google School. I received the Microsoft Award for innovation in ICT, Education Department Provincial Award for Best ICT Practice and Eduweek’s Best Classroom Practice.
Python 3:  Input and Output Lesson 1 with instructional videos
wsparrowwsparrow

Python 3: Input and Output Lesson 1 with instructional videos

(0)
Computer Science new curriculum Python 3: Input and Output Lesson 1 with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for GCSE (9-1) in Computer Science. Lesson outcome: To be able to write a program that uses simple input and output functions. Lesson Aim: To use the input function asking the user for information, print this and output to the python shell This 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), (The videos cover IDLE, input, output, print, comments, functions) differentiated exercises, and the completed python files. Download all the files into the same folder and run Python Input Output Power Point. Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of each unit
Python 3: Number guessing game with instructional videos
wsparrowwsparrow

Python 3: Number guessing game with instructional videos

(0)
Computer Science new curriculum Python 3: Number guessing game with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for GCSE (9-1) in Computer Science. Lesson outcome: To be able create a game where the user has to guess a number. This 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), (The videos covers: Import, variable, constant, print, while loop, if.) differentiated exercises, and the completed python files. Download all the files into the same folder and run Number game PowerPoint. Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of each unit
Python 3: String Handling Lesson 2 with instructional videos
wsparrowwsparrow

Python 3: String Handling Lesson 2 with instructional videos

(0)
Computer Science new curriculum Python 3: String Handling Lesson 2 with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for Programming in Python for GCSE (9-1) in Computer Science. Lesson outcome: To produce examples of how string handling can be used in computer programs. Activity Lesson Aim: To identify and explain how string handling can be used in computer programs. This 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), (The lesson covers: strings, concatenation, string comparison, substitution and measuring length.) differentiated exercises, and the completed python files Download all the files into the same folder and run String Handling Lesson 2 Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of what is included in each unit Read less
Python 3: Using if, elif, else command Lesson 2 with instructional videos
wsparrowwsparrow

Python 3: Using if, elif, else command Lesson 2 with instructional videos

(0)
Computer Science new curriculum Python 3: Using if command Lesson 1 with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for Programming in Python for GCSE (9-1) in Computer Science. Lesson Aim: To be able to understand how to construct programs that present multiple options. Lesson outcome: By the end of this lesson, you will be able to write programs that handle multiple conditions using if, elif and else statements. This 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), (The lesson covers:if, elif, else, selection, conditional statement, decision, true, false.) differentiated exercises, and the completed python files Download all the files into the same folder and run if elif and else PowerPoint Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of what is included in each unit
Python 3: Using if command Lesson 1 with instructional videos
wsparrowwsparrow

Python 3: Using if command Lesson 1 with instructional videos

(0)
Computer Science new curriculum Python 3: Using if command Lesson 1 with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for Programming in Python for GCSE (9-1) in Computer Science. Lesson Aim: To understand how to create choices and decisions in a program using the if command. Lesson outcome: By the end of this lesson, you will be able to write programs that create decisions and choices in a program using the if statement This 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), (The lesson covers: if, selection, conditional statement, decision, true, false) differentiated exercises, and the completed python files Download all the files into the same folder and run If command PowerPoint Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of what is included in each unit
Python 3: Using if, AND, OR, NOT command Lesson 4 with instructional videos
wsparrowwsparrow

Python 3: Using if, AND, OR, NOT command Lesson 4 with instructional videos

(0)
Computer Science new curriculum Python 3: Using if, AND, OR, NOT command Lesson 4 with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for Programming in Python for GCSE (9-1) in Computer Science. Lesson Aim: To be able to understand how to write programs using selection statements to handle complex conditions Lesson outcome: By the end of this lesson, you will be able to write programs that handle complex conditions including the use of Boolean operators This 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), (The lesson covers: conditional statement, true, false, AND, OR, NOT.) differentiated exercises, and the completed python files Download all the files into the same folder and run the PowerPoint fiile. Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of what is included in each unit
Python 3: Iteration   Lesson 1 with instructional videos
wsparrowwsparrow

Python 3: Iteration Lesson 1 with instructional videos

(0)
Computer Science new curriculum Python 3: Iteration Lesson 1 with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for Programming in Python for GCSE (9-1) in Computer Science. Lesson Aim: To introduce count-controlled loops and create a dice game using a while loop Lesson outcome: By the end of this lesson you will understand the typical uses of count-controlled loops. You will be able to write Python code that uses count-controlled loops. This 1 hour lesson comprises of: (although this could be a 2 hour lesson) the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), (The lesson covers: Iteration, count-controlled, for loop differentiated exercises, and the completed python files Download all the files into the same folder and run the PowerPoint fiile. Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of what is included in each unit
Python 3: Input and Output Lesson 3 with instructional videos
wsparrowwsparrow

Python 3: Input and Output Lesson 3 with instructional videos

(0)
Computer Science new curriculum Python 3: Input and Output Lesson 3 with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for GCSE (9-1) in Computer Science. Lesson outcome: To be able to format the output produced by the print function Lesson Aim: To understand how to format output using the print function. This 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), (The videos covers: input, output, print, function, format, concatenation.) differentiated exercises, and the completed python files. Download all the files into the same folder and run Python Input Output Power Point 3. Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of each unit
Python 3: String Handling  2 x 1 hour lessons with instructional videos
wsparrowwsparrow

Python 3: String Handling 2 x 1 hour lessons with instructional videos

2 Resources
Python 3: String Handling 2 x 1 hour lessons with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for GCSE (9-1) in Computer Science. Each 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), differentiated exercises, and the completed python files. Download all the files into the same folder and run the PowerPoint file. Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of each unit
Python 3: Variables 3 x 1 hour lessons with instructional videos
wsparrowwsparrow

Python 3: Variables 3 x 1 hour lessons with instructional videos

3 Resources
Computer Science new curriculum Python 3:Variables 3 x 1 hour lessons with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for GCSE (9-1) in Computer Science. Each 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), differentiated exercises, and the completed python files. Download all the files into the same folder and run Python Variables Power Point. Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of each unit
Python 3: Input and Output 3 x 1 hour lessons with instructional videos
wsparrowwsparrow

Python 3: Input and Output 3 x 1 hour lessons with instructional videos

3 Resources
Computer Science new curriculum Python 3: Input and Output 3 x 1 hour lessons with instructional videos These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for GCSE (9-1) in Computer Science. Each 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), differentiated exercises, and the completed python files. Download all the files into the same folder and run Python Input Output Power Point. Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of each unit
Functional Skills ICT Level 1: All 7 lessons
wsparrowwsparrow

Functional Skills ICT Level 1: All 7 lessons

7 Resources
Functional Skills ICT Level 1: All 7 lessons This is a bundle that has all 7 of the practical lessons that you need to cover Functional Skills ICT. These Functional Skills ICT units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to use ICT effectively. Each of these modules covers a topic required for Functional Skills ICT, but they can also be used as stand alone lessons to deliver a specific topic. These lessons are also great for cover as they do not require any knowledge and the students can watch the videos and follow at the same time. These 7 hour lessons comprise of: a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about ICT, the students can watch the videos on their own or you can watch it as a class.), templates and sample completed files. Have a look at http://bit.ly/2YGZlpH for a free 1 hour lesson from this series.
Python 3: Selection 4 x 1 hour lessons with instructional videos
wsparrowwsparrow

Python 3: Selection 4 x 1 hour lessons with instructional videos

4 Resources
Computer Science new curriculum Python 3: Selection 4 x 1 hour lessons with instructional videos **if, elif, else, selection, conditional statement, decision, true, false, AND OR, NOT These python version 3 units are ideal for students, non-specialist computing teachers, NQTs and any person that would like to learn how to program using Python. This course covers everything for GCSE (9-1) in Computer Science. Each 1 hour lesson comprises of: the lesson plan, a complete Power Point with all teaching videos embedded , (This means that you do not need to know anything about Python, the students can watch the videos on their own or you can watch it as a class.), differentiated exercises, and the completed python files. Download all the files into the same folder and run Python Variables Power Point. Have a look at https://www.tes.com/teaching-resource/python-version-3-sample-11943102 for a sample of each unit