Tag: share

Articles Mar 17, 2009

How to host a web server using Python ?

Hosting a web server using Python is very simple. Any default installation of Python includes a module called SimpleHTTPServer. We can make use of this...