Introduction to Python using Turtle : A Review
Posted on 11-06-19 in Computing • Part 5 of Introduction to Programming series • Tagged with python, turtle
Independent Private Education since 2014
Mathematics, Physics & Programming
Regular slots available for the 2021/2022 academic year
For further information,
please contact me at
Posted on 11-06-19 in Computing • Part 5 of Introduction to Programming series • Tagged with python, turtle
Posted on 30-05-19 in Turtle Exercises • Part 4 of Introduction to Programming series • Tagged with python, turtle
Posted on 29-05-19 in Turtle Exercises • Part 3 of Introduction to Programming series • Tagged with python, turtle
Posted on 27-05-19 in Turtle Exercises • Part 2 of Introduction to Programming series • Tagged with python, turtle
Posted on 22-05-19 in Computing • Tagged with Academia, Python, Data
A common pattern in academia is cleaning up and processing dozens if not hundreds of files containing data. This post explores techniques for doing so in a clean, sane way.
Posted on 22-05-19 in Exercises • Tagged with python, exercises, teaching
In this first set of longer exercises, students can use knowledge learnt from across previous classes.
Posted on 21-05-19 in Turtle Exercises • Part 1 of Introduction to Programming series • Tagged with python, turtle
Posted on 20-02-19 in Computing • Tagged with Python, A-level
Classes are a useful structure in Python for abstracting behaviours and grouping functions & variables together. This article covers an introduction to the topic along with several examples.
What decorators are and how they can be used in Python are discussed in this article
Posted on 27-01-19 in Exercises • Tagged with python, teaching
In this article I list exercises to complete for basic input and output with python.