Re: web development without using frameworks

2007-06-06 Thread [EMAIL PROTECTED]
On Jun 6, 5:57 am, Michele Simionato <[EMAIL PROTECTED]> wrote: > > IMO there is a third way: use wsgiref and/or paste. > > Michele Simionato Yes, Paste can handle request and sessions among other things. Also i can recommend Mako for templating. WSGI is a bit lowlevel. /Martin -- http://

Re: web development without using frameworks

2007-06-05 Thread Michele Simionato
On Jun 5, 9:24 pm, Christoph Haas <[EMAIL PROTECTED]> wrote: > On Tue, Jun 05, 2007 at 03:01:01PM -0400, Chris Stewart wrote: > > I'm interested in learning web based python without the use of fancy > > frameworks > > that are out there. I'm having a hard time coming up with resources and > > exa

Re: web development without using frameworks

2007-06-05 Thread Chris Stewart
Interesting. So I guess to accomplish my goals, I'll have to explore one of these frameworks. On 6/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On Jun 5, 9:24 pm, Christoph Haas <[EMAIL PROTECTED]> wrote: > On Tue, Jun 05, 2007 at 03:01:01PM -0400, Chris Stewart wrote: > > I'm intereste

Re: web development without using frameworks

2007-06-05 Thread [EMAIL PROTECTED]
On Jun 5, 9:24 pm, Christoph Haas <[EMAIL PROTECTED]> wrote: > On Tue, Jun 05, 2007 at 03:01:01PM -0400, Chris Stewart wrote: > > I'm interested in learning web based python without the use of fancy > > frameworks > > that are out there. I'm having a hard time coming up with resources and > > exa

Re: web development without using frameworks

2007-06-05 Thread Christoph Haas
On Tue, Jun 05, 2007 at 03:01:01PM -0400, Chris Stewart wrote: > I'm interested in learning web based python without the use of fancy > frameworks > that are out there. I'm having a hard time coming up with resources and > examples for this. Does anyone have anything that could be helpful? I'd

web development without using frameworks

2007-06-05 Thread Chris Stewart
I'm interested in learning web based python without the use of fancy frameworks that are out there. I'm having a hard time coming up with resources and examples for this. Does anyone have anything that could be helpful? -- Chris Stewart [EMAIL PROTECTED] http://www.compiledmonkey.com -- http:/