lambdamusic
2/7/2013 - 9:28 PM

Python: Python One Line Web Server

Python: Python One Line Web Server

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

python -m SimpleHTTPServer