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!
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.
Take advantage of virtual environments in Python to create and manage separate environments for your Python projects.