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

How to pick a web framework in Python

Do you need a web framework? If you need to draw a graph, you can return JSON and draw on the client with JavaScript, an approach known as JAMStack. If the graph is static, you can return a PNG image. Which web framework is right for me? I have used every... (more…)

Read more »