Return to Snippet

Revision: 20101
at November 7, 2009 17:46 by laurenceosx


Updated Code
# will listen on port 8000
# http://127.0.0.1:8000

python -m SimpleHTTPServer

Revision: 20100
at November 7, 2009 12:25 by laurenceosx


Initial Code
# will listen on port 8000
# http://localhost:8000/

python -m SimpleHTTPServer

Initial URL
http://www.garyrobinson.net/2004/03/one_line_python.html

Initial Description


Initial Title
Python One Line Web Server

Initial Tags
python

Initial Language
Python