If you are unsure, or have any questions about this course. You can reach out to us through the Contact Form below.
An intermediate Python course to teach students about game programming with Python, using a popular library called Pygame. By the end of the course, we will aim to build a fully functional game.
Detailed Description: An intermediate Python course that builds on the previous beginner’s course by
revising core topics, alongside new topics and additional Python libraries and
tools.
Python is a good candidate for kids and adults that are new to coding. It mostly
uses natural language and avoids the more annoying things you can find in
some programming language. For instance, in Python there is no need to end
every line with a semicolon.