The Turtle Archives
I love using the turtle
module. And I think it’s great to teach plenty of coding concepts in a visual and fun way.
Here are all my turtle
-based articles, all in one place.
Turtle articles on The Stack
I also have another publication, Unlimited Visions, which focuses on animations and games using the turtle
module. These tutorials are targeted at a younger audience and teachers who teach Python coding (all tutorials also have a companion article for teachers).
A selection of `turtle` articles I wrote before The Stack
[Author’s Favourite] Have your Apollo 11 moment: A Python Lunar Landing game using the turtle module
[Author’s Favourite] Simulating Orbiting Planets in a Solar System Using Python (Orbiting Planets Series #1)
Practise Using Lists, Tuples, Dictionaries, and Sets in Python With the Chaotic Balls Animation
Anatomy of a 2D Game using Python’s turtle and Object-Oriented Programming
The Real World in Python: Coding A Bouncing Ball (Bouncing Ball Series #1)
Bouncing Balls Using Object-Oriented Programming in Python (Bouncing Ball Series #2)
Write A Football Offside Rule Quiz in Python While Practising Object-Oriented Programming [By ‘football’ I mean ‘football’, which some of you may call ‘soccer’, not ‘American football’]
And here’s the full list of pre-Substack turtle
-based articles