Cleaner Python with PEP 8

Today we are going to look at two ways to make your Python code cleaner. What does that mean? Well, code is very often read by people other than the person who...

BBC micro:bit Introduction

A couple of years ago the BBC distributed nearly a million BBC Micro:bits to schools in the UK as part of the BBC’s Make it Digital initiative. It was generally considered a...

Python Turtle Graphics Demos

If you are using the standard installation of Python from python.org which comes with the IDLE editor, there are some exciting demonstrations of the power of the turtle module available at the...

Calculating Distance with Python

Play Treasure Island by Clicking Here I am very keen to help people connections between Maths and Computer Science. Above is a game I wrote using JavaScript. When you click on an...

File Reading in Python

The ability to work with external files is essential for any Python programmer. In this article we will look in detail at how to read from text files in Python. This can...