Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (divanshu):

tutorials or book for socket programming in python ?

OpenStudy (anonymous):

http://www.awaretek.com/tutorials.html#begin try this one you will find your answer and more

OpenStudy (anonymous):

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.

OpenStudy (anonymous):

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

OpenStudy (divanshu):

thanks amigo

OpenStudy (anonymous):

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

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!