Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'calls.': 0.07; 'wrapped': 0.07; 'python': 0.09; 'etc).': 0.09; 'gui': 0.11; 'steve': 0.13; 'fits': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'interacting': 0.16; 'isbn': 0.16; 'pythonic': 0.16; 'wrote:': 0.17; 'bit': 0.21; 'programming': 0.23; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'looks': 0.26; 'am,': 0.27; 'language.': 0.27; 'c++': 0.27; 'covered': 0.29; "i'm": 0.29; 'to:addr:python-list': 0.33; 'needed': 0.35; 'something': 0.35; 'received:org': 0.36; 'really': 0.36; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'subject:: ': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'more': 0.63; 'sounds': 0.71; 'simmons': 0.84; '(mark': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sat, 23 Feb 2013 12:15:04 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python Newbie References: <5128EF0E.40409@stoneleaf.us> <201302231232.28824.gheskett@wdtv.com> <51290628.2040805@gmail.com> In-Reply-To: <51290628.2040805@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361646915 news.xs4all.nl 6865 [2001:888:2000:d::a6]:55488 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39705 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).