Similar Posts
IF Statements Lesson 1
An If statement is a control structure. We use if statements to programme an automatic response from a computer. Think about an every day device such as a fire alarm in your house. An if statement is programmed into the device memory to beep loudly if it detects carbon monoxide. Look at the flow chart below. more »
Python Basics Video Series in 60 seconds or less!
I know that some students can find following written tutorials difficult and everyone learns at a different pace. I’m working on this series to help students (or would be coders) to learn some of the basics in bite-sized videos of 60 seconds or less! I am using the website repl.it to code because it makes more »

Learn Programming with Minecraft Pi Edition
The makers of Minecraft, Mojang have released a free version of the game for the Raspberry Pi. We will be using this in our classes to help students develop their skills in Python. Before starting these tutorials, students would first have to have some knowledge of how to use Python. Tutorials coming soon!