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-square@moonpiedumplings@programming.devlinkfedilink2•1 year 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.