Category Archives: Python

Serving Files in Current Directory, the Quickest Way

I need to test some HTML files in other web browsers on other computers, but I don’t want to temporarily move/copy/symlink these files to Apache’s directory. I found the solution: From the docs, python -m SimpleHTTPServer 8000 Serves files in … Continue reading

Posted in Linux, Mac OS X, Python | Leave a comment