Introduction

Before you begin...

Before starting on this course, you should complete Introduction to Python.

If you're done with this course, you can try the next one Intermediate Game Development with Pygame Zero.

To find more free STEM resources, visit A Posteriori

What is Pygame Zero

When writing games in Python, one of the most popular module to use is Pygame. But while Pygame is great, it can be difficult for new programmers to use. That's where Pygame Zero comes in. Pygame Zero is a module that works on top of Pygame and makes it beginner friendly.