Re: [Web-SIG] Web Framework

2009-10-05 Thread Henry Precheur
On Sun, May 31, 2009 at 09:30:26AM -0700, Omar Munk wrote: - A good documentation. - Not to overkill like Django - Easy and simple - Just something like PHP but without the dirty style. - I like Karrigell but it looks like it's dead do you know a clone of it? - Not need a

Re: [Web-SIG] Web Framework

2009-10-05 Thread Massimo Di Pierro
Have you looked into T3? http://www.vimeo.com/2462041 http://web2py.appspot.com/t3/default/wiki/main If you know web2py it is based on it and uses the same syntax. This is an old app, to be considered experimental and we working on a new/improved version for it. https://launchpad.net/t4

Re: [Web-SIG] Web Framework

2009-10-05 Thread Jim Fulton
On Sun, May 31, 2009 at 12:30 PM, Omar Munk omar.webs...@gmail.com wrote: Hello I'm Pynthon and I'm 14 years old. I'm coming from Holland so my English isn't very good. I'm looking for a good Python webframework. I liked Web2Py but it always can be better. I don't need a full admin app

Re: [Web-SIG] Web Framework

2009-10-05 Thread Massimo Di Pierro
Hey, this is more complex than web2py: @bobo.query('/') def hello(): return Hello world! In web2py you do not need the first line. ;-) Massimo On Oct 5, 2009, at 11:35 AM, Jim Fulton wrote: On Sun, May 31, 2009 at 12:30 PM, Omar Munk omar.webs...@gmail.com wrote: Hello I'm Pynthon

Re: [Web-SIG] Web Framework

2009-10-05 Thread Aaron Watters
--- On Sun, 5/31/09, Omar Munk omar.webs...@gmail.com wrote: From: Omar Munk omar.webs...@gmail.com Subject: [Web-SIG] Web Framework To: web-sig@python.org Date: Sunday, May 31, 2009, 12:30 PM Hello A good documentation. Not to overkill like Django Easy and simple Just something