In Python 3, what would be the equivalent of python -m SimpleHTTPServer ?
python -m SimpleHTTPServer
See the documentation here .
python -m http.server