component / event based web framework for python?

Diez B. Roggisch deets at nospam.web.de
Mon Sep 15 13:23:24 EDT 2008


Jaime Barciela schrieb:
> Hello all,
> 
> I've been surveying the field of python web frameworks for a while but
> there are just too many so I ask mighty Usenet.
> 
> Is there a component / event based web framework for python? Something
> that can abstract you from the request/response mechanism and ideally
> from html and javascript altogether?

You might consider taking a look at tosca-widgets, which are used to 
create re-usable components of javascript, css and html. They can be 
used in any WSGI-capable environment, but TurboGears and Pylons are best 
known for incorporating them.

http://toscawidgets.org/documentation/

Diez



More information about the Python-list mailing list