A shallow dive into the Python ecosystem to leverage the best tools to set up the most convenient Python project. (more…)
Read more »
If you have a modicum of coding skill, you’ve probably found some crappy little office task that you can automate away with a judicious hundred lines of Pyth... (more…)
Read more »
Learn how to Package a Python app in this in-depth tutorial on using Nuitka. Build standalone Python applications fast! (more…)
Read more »
Creating python binaries and updating those binaries is a vital part of a good application. When a user is required to go out of their way to download a seperate binary and install it (or worse, manually overwrite it), it worsens the experience. As such ... (more…)
Read more »