1 min read

Python has a simple HTTP server

Today, I learned that Python’s HTTP library has a simple server built in. It will serve up the local directory on port 8000 and is very useful for things such as viewing Sphinx-generated documentation.

python -m SimpleHTTPServer