learnbyexample@programming.dev to Python@programming.devEnglish · 9 months agoCLI tools hidden in the Python standard librarytil.simonwillison.netexternal-linkmessage-square13fedilinkarrow-up1129cross-posted to: python@programming.devpython@lemm.ee
arrow-up1129external-linkCLI tools hidden in the Python standard librarytil.simonwillison.netlearnbyexample@programming.dev to Python@programming.devEnglish · 9 months agomessage-square13fedilinkcross-posted to: python@programming.devpython@lemm.ee
minus-squaremoonpiedumplings@programming.devlinkfedilinkarrow-up2·9 months agopython -m http.server has been a very useful tool to me, to test if a server is accessible.
python -m http.server
has been a very useful tool to me, to test if a server is accessible.