Tour The Turtle

Explore python's turtle module.

View the Project on GitHub abdullah85/tourtheturtle

Back to Index


About

Tour The Turtle is meant to enable exploring Python’s turtle module.

Key Objectives

Let’s review the key objectives for “Tour The Turtle”.

Visual, Interactive UI for exploring turtle

Explore various features of turtle via a visual, interactive UI which is planned to be built using Tk with the help of the python module Tkinter using the latest version of Python 3 (currently, 3.10.12).

Review programming concepts with exercises

Reusable Libraries for creating applications

References


Back to Index