In this resource you will take your first steps with the programming language Python to draw shapes, patterns, and spirals. You will use a module named Turtle. Along the way you will learn how to think in sequences, and use loops to repeat a sequence. This is a great stepping stone from a visual programming language like Scratch to the text-based environment of Python.
By making patterns with Python code you will learn:
- To take your first steps with the Python programming language
- How to draw lines with Python Turtle
- How to make turns
- How to change the pen colour
- To use loops to repeat some instructions and create shapes
- To use more loops to create spiral patterns
Unless otherwise specified, everything in this repository is covered by the following licence:
Turtley Amazing by the Raspberry Pi Foundation is licenced under a Creative Commons Attribution 4.0 International License.
Based on a work at https://github.com/raspberrypilearning/turtley-amazing