Mac to Programmer [email protected] • 2 years agoYesprogramming.devimagemessage-square87fedilinkarrow-up1812
arrow-up1812imageYesprogramming.devMac to Programmer [email protected] • 2 years agomessage-square87fedilink
minus-square@[email protected]linkfedilink37•2 years agoI wrote my webserver in pure bash. bash -c “python -m http.server 8080”
minus-squareMeanEYElinkfedilink6•2 years agoDid you know you can zip entire Python project into single file and make it executable? Quite a neat feature. Shove all dependencies, modules and assets in there and voila. Single file python application.
I wrote my webserver in pure bash.
bash -c “python -m http.server 8080”
Did you know you can zip entire Python project into single file and make it executable? Quite a neat feature. Shove all dependencies, modules and assets in there and voila. Single file python application.
PIGZ is an incredible standard