Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #14964 > unrolled thread
| Started by | Laszlo Nagy <gandalf@shopzeus.com> |
|---|---|
| First post | 2011-10-25 15:50 +0200 |
| Last post | 2011-10-25 15:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
webapp development in pure python Laszlo Nagy <gandalf@shopzeus.com> - 2011-10-25 15:50 +0200
| From | Laszlo Nagy <gandalf@shopzeus.com> |
|---|---|
| Date | 2011-10-25 15:50 +0200 |
| Subject | webapp 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
Back to top | Article view | comp.lang.python
csiph-web