A downloadable game

Welcome to Learn Programming: Python! The goal of this game is to introduce beginners to the wonders of the world of Computer Science! The game has have two core components:

  • Lessons: An interactive course to teach you how to think computationally, how to write programs in Pythons, and how to design classes using the principles of Object-Oriented Programming (OOP).
  • Challenges: Multiple choice, short answer, and math problems to test your understanding of Python, computational thinking, and OOP. These challenges are embedded throughout the Lessons, so you can practice your understanding of concepts in real-time under an Active Learning framework.

This game assumes absolutely zero prerequisite background. We hope you will join us as we explore the wonders of Programming in Python!

  • Game developed by Niema Moshiri
  • Lesson content developed by Sabeel Mansuri

Table of Contents

  • Chapter 1 - Introduction: The Nuts & Bolts
  • Chapter 2 - Conditionals: Ice Cream Isn't for Breakfast
  • Chapter 3 - Loops: Breakfast, Lunch, Dinner, Breakfast, Lunch, Din...
  • Chapter 4 - Data Structures: I'll Have Combo #3, Please!
  • Chapter 5 - Functions: How Do I Stop Rewriting Code?
  • Chapter 6 - Recursion: Give Me a Minute, I'm Getting a Call from Myself
  • Chapter 7 - Objects: Python, Have a Burger
  • Chapter 8 - Exceptions: You Can't Eat an Empty Bag of Chips
  • Chapter 9 - File I/O: Here's a Recipe, Make Me Some Macarons
  • Chapter 10 - Libraries: Hasn't Someone Done This Before?
  • Chapter 11 - Epilogue: What Now?

Also, as a gift, I have decided to release the game's source code for free! This does not include the lesson data, but it contains the actual Python code behind the game engine. I hope this practical application of Python sparks your interest in learning the language!

https://github.com/niemasd/Learn-Programming-Python-Source

Development log