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!
This video will discuss 5 beginner python projects! Hopefully it can give you some inspiration and ideas so that you can get started working on a new python project and apply your knowledge of ...
Others can then use the "pip" tool to install your program from your wheel file, which can include binary components (like Python extension modules written in C).
But it has some other superpowers, too: it lets you run Python packages and programs without having to formally install them, all by way of one simple command.