Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-12 Thread Jonathan Slenders
2008/6/12 Tim Roberts <[EMAIL PROTECTED]>: > On Thu, 12 Jun 2008 02:18:58 +0200, "Jonathan Slenders" < > [EMAIL PROTECTED]> wrote:" > >> 2008/6/12 Tim Roberts <[EMAIL PROTECTED]>: >> >>> > >>> > May I ask what motivated you to create this from scratch? There are a >>> > number of excellent Python

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-12 Thread Jimmy Schementi
o did something with Django at the past PyCon. ~js > -Original Message- > From: [EMAIL PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of Michael Foord > Sent: Thursday, June 12, 2008 2:41 AM > To: Discussion of IronPython > Subject: Re: [IronPython] Python Pages -- web

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-12 Thread Bill Merrill
This is exactly why there are so many. -Bill On Jun 12, 2008, at 2:19 PM, Charles Mason wrote: Anyone want to take a stab at why there are so many? It seems trivial to me. I know I will be ridiculed for my example, but this is what I use on my personal webserver: def PrintTemplate(file

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-12 Thread Sylvain Hellegouarch
Tim Roberts a écrit : On Thu, 12 Jun 2008 02:18:58 +0200, "Jonathan Slenders" <[EMAIL PROTECTED]> wrote:" 2008/6/12 Tim Roberts <[EMAIL PROTECTED]>: > > May I ask what motivated you to create this from scratch? There are a > number of excellent Python web application frameworks available today

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-12 Thread Charles Mason
On Thu, Jun 12, 2008 at 5:40 AM, Michael Foord <[EMAIL PROTECTED]> wrote: > > There are also plenty of templating languages: > > Stan (used by Nevow) > Genshi > Cheetah > Mako > ZPT (Zope) > SimpleTal (another Zope one) > Kid > Django template language > PTL (Python templating language used by Qui

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-12 Thread Tim Roberts
On Thu, 12 Jun 2008 02:18:58 +0200, "Jonathan Slenders" <[EMAIL PROTECTED]> wrote:" 2008/6/12 Tim Roberts <[EMAIL PROTECTED]>: > > May I ask what motivated you to create this from scratch? There are a > number of excellent Python web application frameworks available today, > several of which ha

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-12 Thread Carlos Alberto Costa Beppler
on. That's > just my $0.02 though ... anyone else agree? > > ~js > > From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Jonathan Slenders > [EMAIL PROTECTED] > Sent: Wednesday, June 11, 2008 5:36 PM > To: Discussion of IronPython > Subjec

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-12 Thread Michael Foord
The Silverlight integration is a *great* idea - but there really are a lot of Python web frameworks and template languages out there. I'm afraid realistically you're unlikely to get more than a handful of users - but if you enjoy coding it then there is no reason to stop. You might have more p

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-11 Thread Jimmy Schementi
36 PM To: Discussion of IronPython Subject: Re: [IronPython] Python Pages -- web application stack (like django, rails, ...) 2008/6/12 Jonathan Slenders <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>>: 2008/6/12 Tim Roberts <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>>: On Th

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-11 Thread Jonathan Slenders
2008/6/12 Jonathan Slenders <[EMAIL PROTECTED]>: > > > 2008/6/12 Tim Roberts <[EMAIL PROTECTED]>: > >> On Thu, 12 Jun 2008 01:09:01 +0200, "Jonathan Slenders" < >> [EMAIL PROTECTED]> >> >>> I'm working on a web application framework in Python, and just uploaded >>> the >>> first release. >>> >>> N

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-11 Thread Jonathan Slenders
2008/6/12 Tim Roberts <[EMAIL PROTECTED]>: > On Thu, 12 Jun 2008 01:09:01 +0200, "Jonathan Slenders" < > [EMAIL PROTECTED]> > >> I'm working on a web application framework in Python, and just uploaded >> the >> first release. >> >> Now I quote from my own README. What it actually does is: >> >> -

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-11 Thread Tim Roberts
On Thu, 12 Jun 2008 01:09:01 +0200, "Jonathan Slenders" <[EMAIL PROTECTED]> I'm working on a web application framework in Python, and just uploaded the first release. Now I quote from my own README. What it actually does is: - Provide an easy way to embed Python code into HTML, similar to PHP,

[IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-11 Thread Jonathan Slenders
Hi all, I'm working on a web application framework in Python, and just uploaded the first release. Now I quote from my own README. What it actually does is: - Provide an easy way to embed Python code into HTML, similar to PHP, JPS and other server side languages. - Make reusing HTML very easy.