On Fri, Sep 18, 2009 at 4:44 PM, Carlos Konstanski <[email protected]> wrote: > On Fri, 18 Sep 2009, Mark Turner wrote: > >> Date: Fri, 18 Sep 2009 14:09:45 -0700 >> From: Mark Turner <[email protected]> >> Reply-To: "General Linux/UNIX discussion and help; civil and >> on-topic" >> <[email protected]> >> To: "General Linux/UNIX discussion and help, civil and on-topic" >> <[email protected]> >> Subject: Re: [PLUG] Python web development >> >> 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. > > Wow, I just read up on mod_python and it is cool! I am going to > consider it for a small, specific project: a database intermediary > that runs queries on behalf of another program. > > I guess I'm not so much looking for the best python web framework, > silly as that may sound. I'm looking for the one that the most > employers would want me to be familiar with. Hopefully the python > community is so with-it that they naturally gravitate toward the best > solution. >
Spend 2 hours doing: http://docs.djangoproject.com/en/dev/intro/tutorial01/#intro-tutorial01 put Django on your resume profit! -- Carl K _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
