A Wandering Mind · Computer Science
PYTHON GUIDE

Learn · Run · Break · Fix

A learning series from A Wandering Mind

Eighteen interlinked lessons on strings, lists, files, exceptions, and dictionaries—with original explanations, runnable examples, real output, and supporting CPSC 1301K lectures.

course.py
>>> guide = {
...   "lessons": 18,
...   "modules": 5,
...   "python": "3.10+"
... }
>>> guide["goal"] = "understand it"
Python Guide Course Knowledge Check 30 questions · 5 modules ← Final Lesson Course Overview
Python Guide · Practice Assessment

Test Your Python Knowledge

Thirty questions cover the five modules in this guide: Strings, Lists, Files, Errors, and Dictionaries. Submit whenever you are ready—even if you leave questions or an entire module unanswered. Your separate results page will show both an attempted-question grade and a full-course grade, then point you toward the lessons worth reviewing.

30 questions 5 modules Incomplete submissions allowed No account required
Practice only. This is a learning check, not a certification exam. You can submit an incomplete attempt. Unanswered questions are excluded from your attempted grade and separately counted in your full-course grade. Your answers stay in your browser and are not submitted to A Wandering Mind.