Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.04; 'option,': 0.07; 'python': 0.08; 'frameworks.': 0.09; 'handlers': 0.09; 'subject:python': 0.11; 'gui': 0.13; 'compilers': 0.16; 'development?': 0.16; 'extensible': 0.16; 'programmable': 0.16; 'webapp': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.22; 'header:In-Reply- To:1': 0.22; 'received:209.85.212.46': 0.23; 'received:mail- vw0-f46.google.com': 0.23; 'creating': 0.25; "i'm": 0.27; 'code,': 0.28; 'framework': 0.28; 'message-id:@mail.gmail.com': 0.29; 'url:)': 0.29; 'cc:addr:python.org': 0.30; '(so': 0.30; 'toolkit': 0.30; 'pure': 0.32; 'does': 0.32; 'anyone': 0.32; 'instead': 0.33; "i've": 0.34; 'received:209.85.212': 0.34; 'october': 0.34; 'google': 0.36; 'useful': 0.36; 'ajax': 0.37; 'using': 0.37; 'center': 0.37; 'put': 0.37; 'but': 0.37; 'something': 0.37; 'think': 0.38; 'received:google.com': 0.38; 'screen': 0.38; 'url:org': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'window': 0.39; 'event': 0.39; 'browser': 0.61; 'expert': 0.62; 'pyjamas': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=SAnNDrEoR79VyialFbkCVL7dPQLFvxY+KQ+uIE/1Ucg=; b=lLHlLWqdtpMzZfe7GNdQmYomqyVGGMGcj70lI1blxOSU4nKpznsC595PVaw87d1udw iXyyxL7yfIbHTRYEKA112W6tsrbcicm0G71Ydg2xHtvQYjoThIIqRhJ+DaPs9wKpShPK A8wyKlIFCzAY+tCK4RSoGZM8NNoT2xHPl0syg= MIME-Version: 1.0 In-Reply-To: <4EA6BEC3.5010206@shopzeus.com> References: <4EA6BEC3.5010206@shopzeus.com> Date: Tue, 25 Oct 2011 15:13:45 +0100 Subject: Re: webapp development in pure python From: Arnaud Delobelle To: Laszlo Nagy Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1319552029 news.xs4all.nl 6962 [2001:888:2000:d::a6]:43037 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:14965 On 25 October 2011 14:50, Laszlo Nagy wrote: > > =C2=A0Hi, > > Anyone knows a framework for webapp development? I'm not talking about > javascript/html compilers and ajax frameworks. I need something that does > not require javascript knowledge, just pure Python. (So qooxdoo is not > really an option, because it cannot be programmed in Python. You cannot e= ven > put out a window on the center of the screen without using javascript cod= e, > and you really have to be a javascript expert to write useful application= s > with qooxdoo.) > > What I need is a programmable GUI with windows, event handlers and > extensible widgets, for creating applications that use http/https and a w= eb > browser for rendering. So you're looking for something like Google Web Toolkit but using Python instead of Java... Do you know about pyjamas (http://pyjs.org/)? I've never used it, but I think it endeavours to be what you are looking for. HTH --=20 Arnaud