learnbyexample@programming.dev to Python@programming.devEnglish · 9 months agoCLI tools hidden in the Python standard librarytil.simonwillison.netexternal-linkmessage-square12fedilinkarrow-up1130arrow-down12cross-posted to: python_dev@lemmy.pastwind.toppython@partizle.compython@programming.dev
arrow-up1128arrow-down1external-linkCLI tools hidden in the Python standard librarytil.simonwillison.netlearnbyexample@programming.dev to Python@programming.devEnglish · 9 months agomessage-square12fedilinkcross-posted to: python_dev@lemmy.pastwind.toppython@partizle.compython@programming.dev
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.