Matt S. answered 05/20/19
For Me, Data Science Is More Of An Art Than A Science
The Python 2 SimpleHttpHandler module has been superseded in Python 3 by the module http.server. The Python 2 command-line string,
python -m SimpleHttpServer
has become
where <port number> is an arbitrary port number of your choosing.
(Be sure to import http.server in your code.)
Please refer to https://appdividend.com/2019/02/06/python-simplehttpserver-tutorial-with-example-http-request-handler/ for more information.