Skip to content

Instantly share code, notes, and snippets.

@lambdaman2
Created October 1, 2012 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lambdaman2/3811601 to your computer and use it in GitHub Desktop.
Save lambdaman2/3811601 to your computer and use it in GitHub Desktop.
Python: Python One Line Web Server
# will listen on port 8000
# http://127.0.0.1:8000
python -m SimpleHTTPServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment