/ Published in: Python
URL: http://www.garyrobinson.net/2004/03/one_line_python.html
Expand |
Embed | Plain Text
# will listen on port 8000 # http://127.0.0.1:8000 python -m SimpleHTTPServer
You need to login to post a comment.
laurenceosx on 11/07/09
3 people have marked this snippet as a favorite
URL: http://www.garyrobinson.net/2004/03/one_line_python.html
# will listen on port 8000 # http://127.0.0.1:8000 python -m SimpleHTTPServer
You need to login to post a comment.