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


Groups > comp.lang.python > #14964 > unrolled thread

webapp development in pure python

Started byLaszlo Nagy <gandalf@shopzeus.com>
First post2011-10-25 15:50 +0200
Last post2011-10-25 15:50 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  webapp development in pure python Laszlo Nagy <gandalf@shopzeus.com> - 2011-10-25 15:50 +0200

#14964 — webapp development in pure python

FromLaszlo Nagy <gandalf@shopzeus.com>
Date2011-10-25 15:50 +0200
Subjectwebapp development in pure python
Message-ID<mailman.2207.1319551669.27778.python-list@python.org>
   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.

Is there something like this already available?

Thanks,

    Laszlo


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web