In Python3, use python3 -m http.server
to get the same thing as SimpleHTTPServer in Python 2.x.
Python 3 SimpleHTTPServer
Posted on 2020-01-15
18 words

You May Also Enjoy

Posted on 2020-01-15
18 words
In Python3, use python3 -m http.server
to get the same thing as SimpleHTTPServer in Python 2.x.