palmenhq @Annotated: tips-n-tricks

Single-File Python CLI Apps
Aug 5, 2021

When writing CLI applications I often find myself deciding on whether to use Go or Python - the former creating single-file (binary) executables (handy for distribution), and the l...