Skip to content

Instantly share code, notes, and snippets.

@bmorwood
Last active August 29, 2015 13:57
Show Gist options
  • Save bmorwood/9412472 to your computer and use it in GitHub Desktop.
Save bmorwood/9412472 to your computer and use it in GitHub Desktop.
start a simple Python web server
# Python 2.x:
python -m SimpleHTTPServer
#Python 3.x:
python -m http.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment