tutorials or book for socket programming in python ?
http://www.awaretek.com/tutorials.html#begin try this one you will find your answer and more
I like Mark Lutz' book "Python Programming" He has a great introduction to socket programming. You can build a basic http web server. It takes you through the socket lib and then shows you how to avoid the complexities for established tasks.
www.ibm.com/developerworks/linux/tutorials/l-pysocks/index.html This tutorial shows how to develop sockets-based networking applications using Python. In this tutorial, you first learn a few Python basics and then socket programming u must try this particular link
thanks amigo
http://docs.python.org/howto/sockets.html From the official and updated documentation for Python 2.7, for Python 3.2 http://docs.python.org/py3k/howto/sockets.html
Join our real-time social learning platform and learn together with your friends!