Python Packaging

Packaging applications properly is one of the most important ways in which we can improve user experience, and indeed make our own lives easier. Python offers excellent methods to easily package and deploy applications in a cross-platform way. This post demonstrates how we can package up a Python application using the current best-practices.

Read More