python: add http.server example (#7305)

This commit is contained in:
Lauri
2021-10-31 07:07:39 +02:00
committed by GitHub
parent 75141f0fff
commit 30f46d703e

View File

@@ -30,3 +30,7 @@
- Interactively debug a Python script:
`python -m pdb {{script.py}}`
- Start the built-in HTTP server on port 8000 in the current directory:
`python -m {{http.server}}`