py2app is a Python setuptools command which will allow you
to make standalone application bundles and plugins from Python
scripts. py2app is similar in purpose and design to py2exe for
Windows. (more…)
Read more »
After a very long porting journey, Launchpad is finally running on Python 3 across all of our systems. I wanted to take a bit of time to reflect on why my emotional responses to this port differ so much from those of some others who’ve done large ports, s... (more…)
Read more »
Plus: SolarWinds cyber-spies hit US prosecutors' email systems, and more... (more…)
Read more »
Learn about alternative methods to distribute Python applications using Docker, Vagrant, PyInstaller, PyOxidizer, pex, shiv, flatpak, snapcraft and others. (more…)
Read more »
Python dependency management is known to be bad. This post details how I set up my Python environment to be as hygienic as possible. (more…)
Read more »