Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'apis': 0.07; 'subject:build': 0.07; 'python': 0.08; 'wrote:': 0.15; 'adam': 0.16; 'subject:app': 0.16; 'subject:linux': 0.16; 'cc:addr:python- list': 0.16; 'suggest': 0.17; 'programming': 0.18; 'solution.': 0.19; '(which': 0.20; 'java': 0.21; 'cc:2**0': 0.21; 'cc:no real name:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'sfxlen:0': 0.23; 'thats': 0.23; 'creating': 0.24; 'stack': 0.25; "i'm": 0.27; 'fri,': 0.28; 'cc:addr:python.org': 0.30; 'thanks': 0.30; "i'll": 0.31; 'cross': 0.32; 'productive': 0.32; 'google': 0.32; 'message- id:@gmail.com': 0.32; "i've": 0.33; 'asking': 0.33; 'header:User- Agent:1': 0.34; 'received:209.85.160': 0.34; 'someone': 0.34; 'round': 0.35; 'probably': 0.35; 'question': 0.35; 'received:209.85.160.46': 0.35; 'received:mail- pw0-f46.google.com': 0.35; 'response': 0.37; 'open': 0.37; 'platforms': 0.37; 'received:google.com': 0.37; 'but': 0.37; 'some': 0.37; 'received:209.85': 0.38; 'issue': 0.38; 'could': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'platform': 0.38; 'help': 0.39; 'got': 0.39; 'received:209': 0.39; 'appreciated.': 0.40; 'received:122': 0.65; 'williams': 0.66; 'online': 0.70; 'url:htm': 0.72; '15:55': 0.84; 'chrome': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=d6Xi2Cz900SQmLmwGgh/MWB2hqWq6onqpOZCqcBy0Qc=; b=QJIHyrcjaNACyIUQYuSoNW8ELH3qfjtEQFxIAcdTdifpGjnL9Xrx50u/kQo5vnSK2T hfLg2wEk5b1h2C64QpJZ7Km8jl6fCK24wRtpA1zf2b9WfG1etP2L3KcGKAGW44dVzllb xX8RrhVthg0E7Tt1zqWQqRdO0UdJWogt8eyf0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=IQtyS/lRyo5LYap4GmMUpjZkm5LDWwdP34S6Z6u5dXSu0ynLHqJ0cnZZwfpSh3lXkG hYnKmUen4TEx6zG4ZNS03a6tpn2sbdtZ29pxydUAVgpUbxDUSLABT2piBAJeRFzYvJRf 5Nf3ITmj0fxGplcoaH9tw65XtbtNvOd/ZS/Mk= Date: Fri, 24 Jun 2011 16:28:05 +0530 From: saurabh verma User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: awilliam@whitemice.org Subject: Re: Want to build an app for linux References: <4E0465FC.9030109@gmail.com> <1308911238.12537.1.camel@linux-yu4c.site> In-Reply-To: <1308911238.12537.1.camel@linux-yu4c.site> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 28 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308912770 news.xs4all.nl 14134 [::ffff:82.94.164.166]:38128 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8370 Adam Tauno Williams wrote: > 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. > > > > Hmm thanks for the response adam , I'll definitely check it out. Quick question : Is creating jazzy UI feasible with python + gtk ? like round shaped corners , color schemes etc etc. ~saurabh