Turtle
This exploration is an introduction to the Python with Turtle library. This library allows you to program a small turtle to draw on your screen. These tutorials are especially great for visual learners.
Concepts: loops, if-else, functions
Web Development
This exploration is an introduction to web programming and the Flask python library. You will create a web page for an interactive quiz game.
Concepts: python, html, css