Python Mini-Projects - a Maths Quiz Game
.MP4, AVC, 1400 kbps, 1280x720 | English, AAC, 128 kbps, 2 Ch | 26m | 250 MB
Instructor: Matthew Funcke
.MP4, AVC, 1400 kbps, 1280x720 | English, AAC, 128 kbps, 2 Ch | 26m | 250 MB
Instructor: Matthew Funcke
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.