Concepts of Pylons (proposal for an introductory article to web frameworks)

2007-01-28 Thread Christoph Haas
Dear community... my background is 10 years of Perl CGIs and only 2 years of Python. Pythons CGI support is pretty ridiculous so I considered using web frameworks although I generally don't like too much magic. It took a while until I got acquainted with that approach. Now that I think I get t

Re: Concepts of Pylons (proposal for an introductory article to web frameworks)

2007-01-28 Thread Graham Higgins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28 Jan 2007, at 20:03, Christoph Haas wrote: > http://workaround.org/concepts-of-pylons.html Good effort. FWIW I commend you on your English skills and (broadly) your comparison of Django, Turbogears and Pylons . > The document surely needs

Re: Concepts of Pylons (proposal for an introductory article to web frameworks)

2007-01-28 Thread Chris Shenton
Nice overview of the various pieces and a good comparison with other approaches and frameworks. I wish I had your document when I started working with Pylons to get the big picture. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: Concepts of Pylons (proposal for an introductory article to web frameworks)

2007-01-28 Thread Christoph Haas
On Sunday 28 January 2007 21:37, Graham Higgins wrote: > On 28 Jan 2007, at 20:03, Christoph Haas wrote: > > http://workaround.org/concepts-of-pylons.html > > Good effort. FWIW I commend you on your English skills and (broadly) > your comparison of Django, Turbogears and Pylons . Thanks. It's rea

Re: Concepts of Pylons (proposal for an introductory article to web frameworks)

2007-01-28 Thread Graham Higgins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28 Jan 2007, at 21:00, Christoph Haas wrote: > Thanks. It's really hard to compare the three beasts. I am running commercial sites developed in both Django & TG, and I've pushed Pylons around a bit. Your characterisation of the three differe

Re: Concepts of Pylons (proposal for an introductory article to web frameworks)

2007-01-29 Thread Christoph Haas
On Monday 29 January 2007 00:35, Graham Higgins wrote: > On 28 Jan 2007, at 21:00, Christoph Haas wrote: > > Thanks. It's really hard to compare the three beasts. > > I am running commercial sites developed in both Django & TG, and I've > pushed Pylons around a bit. Your characterisation of the th

Re: Concepts of Pylons (proposal for an introductory article to web frameworks)

2007-01-29 Thread James Gardner
Hi Chris, I think your introduction is very helpful so thanks for writing it up. I've added a note to the TowardsOnePointZero page that we should add something similar to the main docs. > Is there a review > process? Does the documentation get checked into the svn? After all the > main docume

Re: Concepts of Pylons (proposal for an introductory article to web frameworks)

2007-01-29 Thread Mike Orr
an 29, 2007 12:07 PM Subject: Re: Concepts of Pylons (proposal for an introductory article to web frameworks) To: Christoph Haas <[EMAIL PROTECTED]> Hi Christoph! Reading over the Concepts of Pylons tutorial. http://pylonshq.com/project/pylonshq/wiki/ConceptsOfPylons Excellent tutorial

Re: Concepts of Pylons (proposal for an introductory article to web frameworks)

2007-01-29 Thread Mike Orr
On 1/29/07, Christoph Haas <[EMAIL PROTECTED]> wrote: > On Monday 29 January 2007 21:07, you (Mike Orr) wrote: > > - "Models do not contain any information about the meaning of this > > data." What do you mean by 'meaning'? The model *does* know the meaning > > of the data, that's its purpose. If