Packaging a Python script as a standalone binary with PyInstaller

[PyInstaller](https://www.pyinstaller.org/) can take a Python script and bundle it up as a standalone executable for macOS, Linux and apparently Windows too (I’ve not tried it on Windows yet). Read more

Similar

Solid IMAP and SMTP in Go Using Python

Many of the ideas I've been playing around with lately are of the distributed, secure & networked kind. Since distributed asynchronous networks are tricky beasts, I want to leverage the existing network of such nature commonly known as email. This que... (more…)

Read more »