Python Newbie

Michael Torrie torriem at gmail.com
Sat Feb 23 14:15:04 EST 2013


On 02/23/2013 11:10 AM, Steve Simmons wrote:
> I'm using Rapid GUI Programming with Python & Qt (Mark Summerfield ISBN 
> 978-0-13-235418-9) - it fits for me because I needed something that 
> covered GUI development but also had an intro to the language.  

Sounds fun.  One thing about PyQt is that it's really just C++ thinly
wrapped in python calls.  It's not really that pythonic.  PySide looks
to be a bit better, with more pythonic ways of interacting with things
(iteration, etc).



More information about the Python-list mailing list