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
Online Classes available now
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 Computing • Part 4 of Introduction to Programming series • Tagged with python, turtle
Posted on 29-05-19 in Computing • Part 3 of Introduction to Programming series • Tagged with python, turtle
Posted on 27-05-19 in Computing • 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 Computing • 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.
Posted on 11-02-19 in Computing • Tagged with python, A-level
In this article I outline one method of implementing simple graphs in Python along with some questions.
What decorators are and how they can be used in Python are discussed in this article