Tag: python

  • python SimpleHTTPServer module

    This is quite possibly one of the easiest and most fun dev shortcuts I’ve discovered recently! One simple line can transform any file directory into a website…great for quickly testing out code or running on-the-fly demos. You just need to have python installed (of course). Works in cygwin, too. $ cd [directory you want to… Read more