Python Packaging Guide for Apt/Debian
A quick guide on how to package your Python/pip project into an apt-installable Debian package using stdeb. (more…)
Read more »Have you ever wondered about working with dates and times in Python? In this tutorial, you’ll learn all about the built-in Python datetime library. You’ll also learn about how to manage time zones and daylight saving time, and how to do accurate arithmeti… Read more