
Triangle Symmetries with Python Turtle
Making connections between GCSE Computer Science and GCSE Maths is a great way to turbo-charge your learning in both subjects. There are so many areas where the same knowledge can come up...
Turtle Graphics is an awesome educational tool for teaching and learning about Python programming. It gives instant visual feedback from you code so you see clearly what is happening. Python Turtle Graphics is great for beginners but can also be used to explore advanced topics such as object oriented programming, event-driven programming and many other topics from programming and mathematics.