On May 2, 4:34 am, [EMAIL PROTECTED] wrote:
> Hello,
>
> I have been learning python for some time using the dive into python
> book. I am interested to know if anyone can recommend a book which
> covers more advanced topics like threading and potentially GUI style
> coding.
>
> Regards,
>
> Ronald

Lutz's book, "Programming Python" covers a lot of advanced topics,
including building various GUI-oriented programs with Tkinter. There's
also "Core Python Programming" by Chun, which has some good internals
stuff in it.

I prefer using wxPython for my GUI work, so I'll also recommend Robin
Dunn's "wxPython in Action".

Mike
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to