What is the Python 3 equivalent of python -m SimpleHTTPServer?
python -m SimpleHTTPServer
The equivalent is:
python3 -m http.server