Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #14965

Re: webapp development in pure python

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 <arnodel@gmail.com>
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 <arnodel@gmail.com>
To Laszlo Nagy <gandalf@shopzeus.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2209.1319552029.27778.python-list@python.org> (permalink)
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

Show key headers only | View raw


On 25 October 2011 14:50, Laszlo Nagy <gandalf@shopzeus.com> wrote:
>
>  Hi,
>
> 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 even
> put out a window on the center of the screen without using javascript code,
> and you really have to be a javascript expert to write useful applications
> 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 web
> 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

-- 
Arnaud

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: webapp development in pure python Arnaud Delobelle <arnodel@gmail.com> - 2011-10-25 15:13 +0100
  Re: webapp development in pure python "Martin P. Hellwig" <martin.hellwig@gmail.com> - 2011-10-25 15:19 +0100
    Re: webapp development in pure python Laszlo Nagy <gandalf@shopzeus.com> - 2011-10-25 18:33 +0200
      Re: webapp development in pure python alex23 <wuwei23@gmail.com> - 2011-10-25 20:15 -0700
      Re: webapp development in pure python Rebelo <puntabluda@gmail.com> - 2011-10-26 00:29 -0700
        Re: webapp development in pure python Roy Smith <roy@panix.com> - 2011-10-26 09:06 -0400
      Re: webapp development in pure python Rebelo <puntabluda@gmail.com> - 2011-10-26 00:29 -0700
    RE: webapp development in pure python "Sells, Fred" <fred.sells@adventistcare.org> - 2011-10-25 23:00 -0400
    RE: webapp development in pure python "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2011-10-26 17:47 -0400
    Re: webapp development in pure python Chris Angelico <rosuav@gmail.com> - 2011-10-27 14:05 +1100
      Re: webapp development in pure python 88888 Dihedral <dihedral88888@googlemail.com> - 2011-10-26 22:04 -0700
        Re: webapp development in pure python Chris Angelico <rosuav@gmail.com> - 2011-10-27 16:18 +1100
          Re: webapp development in pure python 88888 Dihedral <dihedral88888@googlemail.com> - 2011-10-26 23:37 -0700
          Re: webapp development in pure python 88888 Dihedral <dihedral88888@googlemail.com> - 2011-10-26 23:37 -0700
      Re: webapp development in pure python 88888 Dihedral <dihedral88888@googlemail.com> - 2011-10-26 22:04 -0700

csiph-web