On May 25, 11:05 pm, [email protected] 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 -- http://mail.python.org/mailman/listinfo/python-list
