Yes

mac@programming.dev to Programmer Humor@programming.dev – 773 points –
87

You are viewing a single comment

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.