Group
Explore
Wish Lists
FAQ
launch-24px
Request a Video
Login
Group 3
Shape Copy 3
Group
Group 3
Shape Copy 3
Shape
Group 3
Explore
Wish Lists
FAQ
Login
keyboard-arrow-left
Back
Creative Coding in the Classroom
Share
Add Series to Cart
Or
Add Series to Wish List
Season 1
Can Any Class be a Computer Science Class? | AMA
Taylor from the education team at Kano answers some questions from an Ask Me Anything.
Add to Wish List
Group
Add to Cart
Can Any Class be a Computer Science Class? | AMA
Taylor from the education team at Kano answers some questions from an Ask Me Anything.
Add to Cart
Add to Wish List
Group
Encouraging Parental Engagement | AMA
Taylor from the education team at Kano answers some questions from an Ask Me Anything.
Add to Wish List
Group
Add to Cart
Encouraging Parental Engagement | AMA
Taylor from the education team at Kano answers some questions from an Ask Me Anything.
Add to Cart
Add to Wish List
Group
Making The Case For Investment | AMA
Taylor from the education team at Kano answers some questions from an Ask Me Anything.
Add to Wish List
Group
Add to Cart
Making The Case For Investment | AMA
Taylor from the education team at Kano answers some questions from an Ask Me Anything.
Add to Cart
Add to Wish List
Group
Formative Assessment in Computer Science | AMA
Taylor from the education team at Kano answers some questions from an Ask Me Anything.
Add to Wish List
Group
Add to Cart
Formative Assessment in Computer Science | AMA
Taylor from the education team at Kano answers some questions from an Ask Me Anything.
Add to Cart
Add to Wish List
Group
Conditionals Workshop
This workshop is based around conditionals and how children can apply this in practical situations.
Add to Wish List
Group
Add to Cart
Conditionals Workshop
This workshop is based around conditionals and how children can apply this in practical situations.
Add to Cart
Add to Wish List
Group
Variables Workshop
This workshop is based around variables and how children can apply this in practical situations.
Add to Wish List
Group
Add to Cart
Variables Workshop
This workshop is based around variables and how children can apply this in practical situations.
Add to Cart
Add to Wish List
Group
Loops Workshop
This workshop is based around loops and how children can apply this in practical situations.
Add to Wish List
Group
Add to Cart
Loops Workshop
This workshop is based around loops and how children can apply this in practical situations.
Add to Cart
Add to Wish List
Group
Sequencing Workshop
Taylor from the education team at Kano takes us through this workshop based around sequencing, and shows how children can apply this in practical situations.
Add to Wish List
Group
Add to Cart
Sequencing Workshop
Taylor from the education team at Kano takes us through this workshop based around sequencing, and shows how children can apply this in practical situations.
Add to Cart
Add to Wish List
Group
Joke Machine
Can a computer be funny? Matthew shows how you can teach your Kano to tell jokes.
Add to Wish List
Group
Add to Cart
Joke Machine
Can a computer be funny? Matthew shows how you can teach your Kano to tell jokes.
Add to Cart
Add to Wish List
Group
Kano Code
A presenter explains how you can use Kano code to teach how computers work.
Add to Wish List
Group
Add to Cart
Kano Code
A presenter explains how you can use Kano code to teach how computers work.
Add to Cart
Add to Wish List
Group
Machine Learning
Caitlin explains what Machine Learning is and shows off a fun project to introduce the idea of machine learning.
Add to Wish List
Group
Add to Cart
Machine Learning
Caitlin explains what Machine Learning is and shows off a fun project to introduce the idea of machine learning.
Add to Cart
Add to Wish List
Group
Next Steps
Matthew takes you through how to design your own lessons now that you can code and to encourage computational thinking in the classroom.
Add to Wish List
Group
Add to Cart
Next Steps
Matthew takes you through how to design your own lessons now that you can code and to encourage computational thinking in the classroom.
Add to Cart
Add to Wish List
Group
Conditionals Examples
When computers make decisions or carry out an action they use true or false statements called conditionals. Matthew demonstrates examples of these conditionals within the Kano kit.
Add to Wish List
Group
Add to Cart
Conditionals Examples
When computers make decisions or carry out an action they use true or false statements called conditionals. Matthew demonstrates examples of these conditionals within the Kano kit.
Add to Cart
Add to Wish List
Group
What Are Conditionals
Life is often about making one decision after another, and we make decisions based on the information we know about the world around us.
Add to Wish List
Group
Add to Cart
What Are Conditionals
Life is often about making one decision after another, and we make decisions based on the information we know about the world around us.
Add to Cart
Add to Wish List
Group
Conditionals In Plain English
Conditional statements are used in programming when we want something to happen based on a condition, Jon explains the use of conditionals within programming and how to teach it in the classroom.
Add to Wish List
Group
Add to Cart
Conditionals In Plain English
Conditional statements are used in programming when we want something to happen based on a condition, Jon explains the use of conditionals within programming and how to teach it in the classroom.
Add to Cart
Add to Wish List
Group
Variables Examples
In computing changeable pieces of data, such as a number or a word are stored as variables. Matthew demonstrates variables in action on the Kano kit.
Add to Wish List
Group
Add to Cart
Variables Examples
In computing changeable pieces of data, such as a number or a word are stored as variables. Matthew demonstrates variables in action on the Kano kit.
Add to Cart
Add to Wish List
Group
What Are Variables
Variables are simply a way for the computer to store data that might change each time we run the programme.
Add to Wish List
Group
Add to Cart
What Are Variables
Variables are simply a way for the computer to store data that might change each time we run the programme.
Add to Cart
Add to Wish List
Group
Variables In Plain English
In computer science there are two types of data values 'Constants' and 'Variables'. Jon explains what variables are in coding and shows some examples of them.
Add to Wish List
Group
Add to Cart
Variables In Plain English
In computer science there are two types of data values 'Constants' and 'Variables'. Jon explains what variables are in coding and shows some examples of them.
Add to Cart
Add to Wish List
Group
Loops Examples
Loops are useful for when you want something to keep happening until a certain condition has been met. Matthew demonstrates different examples of loops within the Kano kit.
Add to Wish List
Group
Add to Cart
Loops Examples
Loops are useful for when you want something to keep happening until a certain condition has been met. Matthew demonstrates different examples of loops within the Kano kit.
Add to Cart
Add to Wish List
Group
What Are Loops
Loops are sets of instructions that repeat over and over and over again, a useful way to understand loops is to compare it to a video game.
Add to Wish List
Group
Add to Cart
What Are Loops
Loops are sets of instructions that repeat over and over and over again, a useful way to understand loops is to compare it to a video game.
Add to Cart
Add to Wish List
Group
Loops In Plain English
Loops are a set of instructions that are carried out repeatedly, Jon will explain how they are used in the coding classroom.
Add to Wish List
Group
Add to Cart
Loops In Plain English
Loops are a set of instructions that are carried out repeatedly, Jon will explain how they are used in the coding classroom.
Add to Cart
Add to Wish List
Group
Sequencing Examples
Sequencing is all about the right steps in the right order to get the right result. Matthew demonstrates different examples of sequencing within the Kano kit.
Add to Wish List
Group
Add to Cart
Sequencing Examples
Sequencing is all about the right steps in the right order to get the right result. Matthew demonstrates different examples of sequencing within the Kano kit.
Add to Cart
Add to Wish List
Group
What Is Sequencing
Think of an algorithm like a recipe, with step by step instructions that must be followed in the right order. If the instructions are not done in the right order, you won’t get the results you expected.
Add to Wish List
Group
Add to Cart
What Is Sequencing
Think of an algorithm like a recipe, with step by step instructions that must be followed in the right order. If the instructions are not done in the right order, you won’t get the results you expected.
Add to Cart
Add to Wish List
Group
Sequencing In Plain English
Sequencing is a set of plans followed in the right order, Jon explains what an algorithm is and how sequencing of tasks are used in coding.
Add to Wish List
Group
Add to Cart
Sequencing In Plain English
Sequencing is a set of plans followed in the right order, Jon explains what an algorithm is and how sequencing of tasks are used in coding.
Add to Cart
Add to Wish List
Group
What Is Computational Thinking
Computers are great at following instructions, if you tell a computer to solve a problem; it can do it much faster than you can.
Add to Wish List
Group
Add to Cart
What Is Computational Thinking
Computers are great at following instructions, if you tell a computer to solve a problem; it can do it much faster than you can.
Add to Cart
Add to Wish List
Group
Getting Help
Taylor and Joanna from the education team at Kano explain the importance of playing with the Technology, working with others and posing questions to your students and where to get help.
Add to Wish List
Group
Add to Cart
Getting Help
Taylor and Joanna from the education team at Kano explain the importance of playing with the Technology, working with others and posing questions to your students and where to get help.
Add to Cart
Add to Wish List
Group
Managing Assessment
Taylor and Joanna from the education team at Kano explain how to manage assessment in four steps; products, process, habits of learning and understanding.
Add to Wish List
Group
Add to Cart
Managing Assessment
Taylor and Joanna from the education team at Kano explain how to manage assessment in four steps; products, process, habits of learning and understanding.
Add to Cart
Add to Wish List
Group
Collaboration
Taylor and Joanna from the education team at Kano explain the importance of a paired or group environment
Add to Wish List
Group
Add to Cart
Collaboration
Taylor and Joanna from the education team at Kano explain the importance of a paired or group environment
Add to Cart
Add to Wish List
Group
Managing Time
Taylor and Joanna from the education team at Kano explain some of the challenges when managing time teaching coding.
Add to Wish List
Group
Add to Cart
Managing Time
Taylor and Joanna from the education team at Kano explain some of the challenges when managing time teaching coding.
Add to Cart
Add to Wish List
Group
Differentiation
Taylor and Joanna from the education team at Kano explain what to do when students learn at different speeds
Add to Wish List
Group
Add to Cart
Differentiation
Taylor and Joanna from the education team at Kano explain what to do when students learn at different speeds
Add to Cart
Add to Wish List
Group
Troubleshooters
Taylor and Joanna from the education team at Kano explain how to build up students' confidence and how to troubleshoot.
Add to Wish List
Group
Add to Cart
Troubleshooters
Taylor and Joanna from the education team at Kano explain how to build up students' confidence and how to troubleshoot.
Add to Cart
Add to Wish List
Group
The Student Driven Classroom
Taylor and Joanna from the education team at Kano explain what a student driven classroom approach is, and how to prepare for it.
Add to Wish List
Group
Add to Cart
The Student Driven Classroom
Taylor and Joanna from the education team at Kano explain what a student driven classroom approach is, and how to prepare for it.
Add to Cart
Add to Wish List
Group
Play & Exploration
Taylor and Joanna from the education team at Kano explain how to teach coding through Play and Exploration in your classroom.
Add to Wish List
Group
Add to Cart
Play & Exploration
Taylor and Joanna from the education team at Kano explain how to teach coding through Play and Exploration in your classroom.
Add to Cart
Add to Wish List
Group
What Is Coding
What is code? This is an explanation of what code is, how computers use it, and where we can find it in the world around us.
Add to Wish List
Group
Add to Cart
What Is Coding
What is code? This is an explanation of what code is, how computers use it, and where we can find it in the world around us.
Add to Cart
Add to Wish List
Group
The Approach
The four-part method of the Kano course explained; Physical Computing, Simple Steps, Storytelling, Play & Exploration.
Add to Wish List
Group
Add to Cart
The Approach
The four-part method of the Kano course explained; Physical Computing, Simple Steps, Storytelling, Play & Exploration.
Add to Cart
Add to Wish List
Group
Why Teach Coding
Why teach coding? Lots of new jobs are out there, and coding skills are in big demand; and those jobs aren't just in technology companies.
Add to Wish List
Group
Add to Cart
Why Teach Coding
Why teach coding? Lots of new jobs are out there, and coding skills are in big demand; and those jobs aren't just in technology companies.
Add to Cart
Add to Wish List
Group
Introduction & Overview
This introduction to teaching coding in the classroom will give you an overview of what to expect over this course. Soon you'll get young people to engage with coding through physical computing, use storytelling to make coding fun, and much more.
Add to Wish List
Group
Add to Cart
Introduction & Overview
This introduction to teaching coding in the classroom will give you an overview of what to expect over this course. Soon you'll get young people to engage with coding through physical computing, use storytelling to make coding fun, and much more.
Add to Cart
Add to Wish List
Group
Close
Scroll for more
There are no items in your cart
Scroll for more
Login to Continue
Close
check-twotone-24px