simple cool python
Thursday, March 18th, 2004Ok, this has been mentioned elsewhere already, but I thought I would post it to my site too. Got Python? (get it if you don’t!) Need a quick webserver? (who doesn’t!?) Try this from the command line:
python -c ‘import SimpleHTTPServer;SimpleHTTPServer.test()’
Bam. Instant web server. Serving on port 8000 from the directory [...]