Hacker News new | ask | show | jobs
by maleldil 1001 days ago
`python -m http.server` is the one for Python3. Python 2 is `python -m SimpleHTTPServer`