learnbyexample to Python@programming.devEnglish • 1 year agoCLI tools hidden in the Python standard librarytil.simonwillison.netexternal-linkmessage-square13arrow-up1134
arrow-up1134external-linkCLI tools hidden in the Python standard librarytil.simonwillison.netlearnbyexample to Python@programming.devEnglish • 1 year agomessage-square13
minus-squaremarklinkfedilink8•1 year ago@wasabi @learnbyexample one of my favorite super lazy ways to share a file
python -m http.server
came in handy so many times!@wasabi @learnbyexample one of my favorite super lazy ways to share a file