Network programming ?

CTO debatem1 at gmail.com
Tue May 26 06:00:21 EDT 2009


On May 25, 11:05 pm, thushiantha... at gmail.com wrote:
> Hi everyone,
>
> I am planning to develop a chatting software in Python, for my college
> project. I am using Windows Vista. Is it possible to do sockets
> programming in Python ? Any books or websites ?  Also, i want to
> develop a gui for that program. What are the gui tool kits available
> for windows? I already knew about PyGtk and PyQT, but will they work
> properly in Windows platform? Any suggestions?
>
> Thank you. Excuse my English.

There's a book called Foundations of Python Network Programming that
is
pretty much as good a book as you could ever ask for on the subject. I
strongly recommend it, and I think you'll find many of the examples
relevant.

As far as PyGTK and PyQT, my understanding is that they will work, but
require some effort. You may want to look at PyGUI, which I haven't
used
but have consistently heard good things about- they seem to have good
windows support.

Geremy Condra



More information about the Python-list mailing list