While Loops in Python in 60 seconds or less
This first lesson in the series looks at how to set the raspberry pi up and gets students started with a basic challenge of making an LED flash.For this lesson you will need: An LED A resistor Some breadboard jumper wires (You will need to focus on check the voltage required for your LEDs and more »
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 »
Are you trying to learn Java after learning Python? Python is a great programming language to begin learning with because it can be so easy to code syntax in Python. Java, on the other hand, contains a lot more syntax and many people (including myself) have given up trying to learn. I have found Java more »
The Python Beginners Workbook for Secondary School is a great resources to introduce pupils to the concepts of Programming using the Python language. It has been prepared in order to simplify programming concepts for those who have no experience at all. Feel free to download using the link below and use with your students. The more »