Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.134.4.91.MISMATCH!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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'open-source': 0.04; '22,': 0.09; 'http': 0.09; 'python': 0.11; 'gui': 0.12; 'project,': 0.12; '11:42': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'language:': 0.16; 'shot.': 0.16; 'subject:GUI': 0.16; 'subject:library': 0.16; 'throw': 0.16; 'language': 0.16; 'wrote:': 0.18; 'obviously': 0.18; 'wed,': 0.18; 'app': 0.19; 'everyone,': 0.19; 'programming': 0.22; 'choices': 0.24; 'header :In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'serve': 0.31; 'probably': 0.32; 'option': 0.32; 'another': 0.32; "i'd": 0.34; 'but': 0.35; 'received:google.com': 0.35; 'level': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'high': 0.63; 'networking': 0.64; 'facilities': 0.69; 'browser.': 0.78; 'hand.': 0.84; 'pike': 0.84; 'discount': 0.87; 'have.': 0.93; 'free!': 0.95; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SqKu4BRh252foNMlTIBilvfrFfZn0cm1uRgJHp6Mngw=; b=Fgpq+ylGAVTqOHx0kMCCCn+XeYnb1e9Y8nCFcqqucAd+mSyy/AJM5HbQnDa8v4our6 coawqJ5qqp/j/AyT3ruk8g+ug9pZTwBIqHgY2Zr/GQ9PPRbqx4u519DfCj44i93K/uIz 39te9vqCTGmxVecsSFglXBEQCavMQd6QfhMQ/T7fm1Cx5uE8Isb90ynoo/ZPKZUPlxrI wooSpNwL1fnH1Di14k3hy531uYoqjdtBC6/idrcjk3EabtW/8RS+eWDcocITaFuhQ+IN s6nldX3AiXssxEe2NzMPPx1rhzZTPASgH1aJI0kxIpOEj1lMtqwzqEcswgTrlwIfBtqu mczg== MIME-Version: 1.0 X-Received: by 10.66.190.104 with SMTP id gp8mr8842244pac.84.1369232655397; Wed, 22 May 2013 07:24:15 -0700 (PDT) In-Reply-To: <20130522154233.fe5263cb231c375fc60c7c9b@gmx.net> References: <20130522154233.fe5263cb231c375fc60c7c9b@gmx.net> Date: Thu, 23 May 2013 00:24:15 +1000 Subject: Re: Future standard GUI library From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369232658 news.xs4all.nl 15892 [2001:888:2000:d::a6]:44439 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45734 On Wed, May 22, 2013 at 11:42 PM, Wolfgang Keller wrote: > What other open-source cross-platform programming language choices do yo > have. > > Java? For GUIs? Excuse me while I vomit. > > C++? As a language for human beings? Oops, I have to throw up again. I personally like using Pike and GTK, so if I were to try a cross-platform Python GUI project, I'd probably give PyGTK a shot. But there's another option that is available to every platform and (practially) every high level language: the web browser. Make your app serve HTTP and do up your UI in HTML5/CSS3 - your facilities are pretty extensive. Plus you get networking support for free! Obviously this option isn't for everyone, but don't discount it out of hand. ChrisA