Simple HTTP Server with Python
September 24th, 2009I came across this article on Linux Journal today about using Python to run a very simple HTTP server from any directory. I tested in on a standard install on Windows and it works perfectly.
As one of the comments says there’s loads of great command line tips to be found at commandlinefu.com, including the one I mention here.