Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'apis': 0.07; 'subject:build': 0.07; 'python': 0.08; 'wrote:': 0.15; 'from:addr:awilliam': 0.16; 'from:addr:whitemice.org': 0.16; 'from:name:adam tauno williams': 0.16; 'message-id:@linux- yu4c.site': 0.16; 'received:72.14.190': 0.16; 'received:72.14.190.87': 0.16; 'received:mail.wmmi.net': 0.16; 'received:wmmi.net': 0.16; 'reply-to:addr:awilliam': 0.16; 'reply- to:addr:whitemice.org': 0.16; 'subject:app': 0.16; 'subject:linux': 0.16; 'suggest': 0.17; 'programming': 0.18; 'solution.': 0.19; '(which': 0.20; 'java': 0.21; 'header:In-Reply- To:1': 0.22; 'thats': 0.23; 'stack': 0.25; 'received:72.14': 0.26; "i'm": 0.27; 'fri,': 0.28; 'cross': 0.32; 'productive': 0.32; 'google': 0.32; "i've": 0.33; 'asking': 0.33; 'someone': 0.34; 'to:addr:python-list': 0.34; 'probably': 0.35; 'question': 0.35; 'open': 0.37; 'platforms': 0.37; 'but': 0.37; 'some': 0.37; 'issue': 0.38; 'could': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'platform': 0.38; 'header:Mime-Version:1': 0.39; 'help': 0.39; 'got': 0.39; 'to:addr:python.org': 0.39; 'appreciated.': 0.40; 'online': 0.70; 'header:Reply-To:1': 0.72; 'reply-to:no real name:2**0': 0.72; 'url:htm': 0.72; '15:55': 0.84; 'chrome': 0.84 Subject: Re: Want to build an app for linux From: Adam Tauno Williams To: python-list@python.org In-Reply-To: <4E0465FC.9030109@gmail.com> References: <4E0465FC.9030109@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 24 Jun 2011 06:27:18 -0400 Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: awilliam@whitemice.org 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: 18 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308911388 news.xs4all.nl 14131 [::ffff:82.94.164.166]:42706 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8369 On Fri, 2011-06-24 at 15:55 +0530, saurabh verma wrote: > Hi all , > May be I'm just asking a silly/old question . > I have some open web APIs which i can use , on it I want to develop an > desktop application , probably cross platform but mostly I'm aiming at > *unix platforms . > I've got no experience in programming desktop application , but thats > not a issue , I can do it . But i need to know right technology stack i > could thinking of using. python or may be java or python/QT or google > chrome platform. > May be someone can suggest me some online tutorials/references , or any > help appreciated. I've found Python + Gtk (which includes Glade) to be a very productive solution.