On Fri, Sep 18, 2009 at 12:58 PM, Carlos Konstanski <[email protected]> wrote: > I know there are some Python coders out there. Maybe someone could > answer me this: > > What is the hot setup for Python web development? Is there something > analogous to Ruby on Rails, Struts, or Hunchentoot for Python? A > framework that simply everybody is using, and for good reason?
mod_python http://www.modpython.org/ It's the easiest and works like a champ. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
