learnbyexample@programming.dev to Python@programming.devEnglish · 2 years agoCLI tools hidden in the Python standard librarytil.simonwillison.netexternal-linkmessage-square13fedilinkarrow-up1134cross-posted to: python@programming.devtechnews@radiation.party
arrow-up1134external-linkCLI tools hidden in the Python standard librarytil.simonwillison.netlearnbyexample@programming.dev to Python@programming.devEnglish · 2 years agomessage-square13fedilinkcross-posted to: python@programming.devtechnews@radiation.party
minus-squaremoonpiedumplings@programming.devlinkfedilinkarrow-up2·2 years agopython -m http.server has been a very useful tool to me, to test if a server is accessible.
python -m http.serverhas been a very useful tool to me, to test if a server is accessible.