Python Mini-Projects - a Maths Quiz Game

Go to class
Write Review

Free Online Course: Python Mini-Projects - a Maths Quiz Game provided by Skillshare is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Python Mini-Projects - a Maths Quiz Game is taught by Matthew Funcke.

Overview
  • 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.

Syllabus
    • Intro
    • Evaluating Equations
    • Side Note - Understanding Alternatives
    • Generating Questions
    • The Game Loop
    • Summary and Feedback