webapp development in pure python

Martin P. Hellwig martin.hellwig at gmail.com
Tue Oct 25 10:19:52 EDT 2011


On 10/25/11 15:13, Arnaud Delobelle wrote:
> On 25 October 2011 14:50, Laszlo Nagy<gandalf at 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
>

Second that, I use it for a couple of my projects for exactly that.

-- 
mph



More information about the Python-list mailing list