[socal-piggies] Project collaboration proposal

Grig Gheorghiu grig.gheorghiu at gmail.com
Thu Jan 21 14:44:19 PST 2010


On Thu, Jan 21, 2010 at 2:22 PM, Dan Stromberg <strombrg at gmail.com> wrote:
>
> What really is a web application framework?
>
> Pyjamas does include a python->javascript compiler, and also includes a set
> of widgets that makes writing web applications much like writing a desktop
> application.

A modern Web application framework includes a lot of the scaffolding
necessary whenever you build a Web application. It usually takes care
of all the details of the HTTP request/response handling, and it lets
you plug in your business logic code without worrying about low-level
HTTP-related details. Most frameworks also include things like user
authentication, AJAX, ORM layers, etc.

Examples of Python Web application frameworks: Django, Turbogears,
Pylons, Werkzeug, Restish and many others.

Grig




More information about the socal-piggies mailing list