Happy Holidays and Merry Christmas to Everyone!
Happy holidays and Merry Christmas to everyone! Thank you to all of our partners, our parents, our teachers and our kids for their ongoing support of Coding Kids. Our continuing endeavour to promote digital literacy, and our goal to ensure that all kids…
Billy’s Guide to Website Stuff
Billy’s Guide to Website Stuff: You! Yes, you! You wanna learn how to build a website? You have many questions, I’m sure. Perhaps one of them is, “What will I use to build my website?” Oh boy. Where do we start? Let’s start at the…
Integrate Digital Technologies (4-6)
It’s 2017, and the new Digital Technologies subject is now starting to be introduced into Queensland schools, with full implementation of the subject expected to happen in 2020. The Digital Technologies subject is not a standalone subject: it is to be integrated into existing subject areas, such as English, Math, and Humanities and Social Sciences (HASS), among other areas.Let’s have a look at how to integrate the Digital Technologies subject into other subjects for Years 4, 5 and 6.
10 ways we can communicate with your school parents
Coding Kids can help you introduce coding to students at your school. We can communicate with the parents and teachers at your school in various ways. Here are 10 ways we can chat with your school about coding kids. Various ways: P&C committee meeting One…
How to download Python to get ready for our classes
Thank you for joining our Python class. It’s going to be a lot of fun, and we’ll be able to build all sorts of software projects, such as building our own computer games, animations and interactive artwork! Before your first class, you will need to…
Integrate Digital Technologies (F-3)
There are two new Technologies subjects being introduced into primary schools as part of the new Australian Curriculum for Prep to Year 6: Digital Technologies, and Design and Technologies.
Here are the Digital Technologies class activities that can be integrated into your classroom for Prep and Years 1-3.
How to sign up to Scratch
Students are required to sign up to Scratch and have a Scratch account. This allows them to save their projects online in their profile. At home, they can show you their projects on your home computer. This is how to sign up to Scratch with…
Lists in coding
What are lists?
To give you the short answer, lists are places where you can store information, just like variables. However, there is one key difference between lists and variables; variables can only store one piece of information at a time, whereas lists can store multiple bits of information at a time.
Digital Technologies Convict Crime and Punishment
In a previous post, we discussed the integration of the Digital Technologies subject into Queensland schools. Just to refresh your memory on the subject, the Digital Technologies subject has a discrete curriculum, meaning that it is its own subject, complete with its own activities and learning outcomes. Part of the aims of the subject are to cover important concepts, such as algorithms and branching (also known as decision making).
Variables and Data Types
You may have seen the terms variables and data types being thrown around here and then, but what exactly do they mean? Why do you keep hearing about them? How are they relevant to Scratch? Let’s find out!