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
This optional exercise is an introduction to the pandas and NumPy libraries for Python, which are industry-grade libraries used for data science.
Concepts: pandas, numpy