I read a tutorial about how to set up a chat program using client-server model here, http://code.activestate.com/recipes/531824-chat-server-client-using-selectselect/
they have a .py file called "chatserver.py" and ran it in linux-like command shell with extra option:
$ python chatserver.py &
what is the purpose of the "&" sign there?
(apology, first time asker)