Tag: Python

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...

Events Feb 12, 2009

Python Conference 2009 scheduled

PyCon (Python conference) is the largest annual gathering of the Python community in the world. PyCon is organized and run by volunteers from the Python...