News

This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!
Have you ever wished you could edit Python packages installed locally without reinstalling them? Editable installs are the way.
It is Python’s package manager that allows you to install, upgrade, and manage Python libraries and packages easily. To install libraries, you need to run the following command.
Learn how to make a game in Python using the popular Pygame. You'll learn how to handle player inputs, draw graphics, and more.