Mac@programming.dev to Programmer Humor@programming.dev · 1 年前Yesprogramming.devimagemessage-square87fedilinkarrow-up1821arrow-down133
arrow-up1788arrow-down1imageYesprogramming.devMac@programming.dev to Programmer Humor@programming.dev · 1 年前message-square87fedilink
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up37arrow-down1·1 年前I wrote my webserver in pure bash. bash -c “python -m http.server 8080”
minus-squareMeanEYE@lemmy.worldlinkfedilinkarrow-up7·1 年前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.
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