790
Yes (programming.dev)
submitted 2 years ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 27 points 2 years ago

Have you considered embedding python in those bash scripts? I have done this, and it is glorious.

[-] [email protected] 36 points 2 years ago

I wrote my webserver in pure bash.

bash -c "python -m http.server 8080"

[-] [email protected] 7 points 2 years ago

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.

[-] [email protected] 1 points 2 years ago

PIGZ is an incredible standard

this post was submitted on 15 Nov 2023
790 points (96.3% liked)

Programmer Humor

24450 readers
56 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS