Python One-Liner Webserver HTTP Python 2 python -m SimpleHTTPServer 8000 Python 3 python -m http.server 8000