-
In this course we'll show you step by step how to create a quiz game in Python. The goal is to show you how various programming concepts can be brought together to create a fully functional real-world application.
We won't deep dive into any single topic - very basic Python knowledge is assumed - but rather we explain and demonstrate things like:
- How to flesh out a method's logic.
- How to handle unexpected input.
- Keeping code nicely separated.
- How to bring stand-alone methods together to create something useful.
As we progress through the lessons, we'll lay out optional homework. These tasks will generally take the form of improvements to a lesson's code, or alternative implementation techniques.
Overview
Syllabus
-
- Intro
- Evaluating Equations
- Side Note - Understanding Alternatives
- Generating Questions
- The Game Loop
- Summary and Feedback