learnbyexample@programming.dev to Python@programming.devEnglish · 2 years agoCLI tools hidden in the Python standard librarytil.simonwillison.netexternal-linkmessage-square13linkfedilinkarrow-up1132arrow-down12cross-posted to: [email protected]
arrow-up1130arrow-down1external-linkCLI tools hidden in the Python standard librarytil.simonwillison.netlearnbyexample@programming.dev to Python@programming.devEnglish · 2 years agomessage-square13linkfedilinkcross-posted to: [email protected]
minus-square𝕨𝕒𝕤𝕒𝕓𝕚@feddit.delinkfedilinkarrow-up18·2 years agopython -m http.server came in handy so many times!
minus-squaremark@mastodon.onlinelinkfedilinkarrow-up8·2 years ago@wasabi @learnbyexample one of my favorite super lazy ways to share a file
python -m http.servercame in handy so many times!@wasabi @learnbyexample one of my favorite super lazy ways to share a file