Python Tutorial
Turtle module is a simple graphic Python library to create simple yet elegant drawing using Python. Because of its simplicity, turtle is usually the first graphical Python library introduce to Python beginners. In this tutorial I will show you how to draw a snowflake using the turtle module in Python (Python code snippet is included!)
Python Code Snippet