Turtle

Turtle graphics is a very nice way of learning your first steps of programming :)

If you have the Nix package manager with Flakes, all dependencies are provided by:

nix develop github:johannesloetzsch/python-tutorial#example_getting_started_turtle

Otherwise use your system package manager or pip:

pip install turtle

Have fun with the official python turtle tutorial