[Web-SIG] Web Framework

0 views
Skip to first unread message

Omar Munk

unread,
May 31, 2009, 12:30:26 PM5/31/09
to web...@python.org
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 included. I just want to code it in my text editor just like PHP. Do you guys know a framework with:

  • 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 VPS to host it, just a server that has Python.
I know it's almost impposbile but I seached everywhere! And creating your own is that hard?

Thanks,
Pynthon

Henry Precheur

unread,
Oct 5, 2009, 12:19:20 PM10/5/09
to Omar Munk, web...@python.org
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 VPS to host it, just a server that has Python.

I would still recommend Django. I think it's the best web-framework if
you are beginning. It's not like PHP, but I don't know of anything like
PHP in Python.

> And creating your own is that hard?

Yes, it's hard, especially if you are new to web development.

Cheers,

--
Henry Prêcheur

Massimo Di Pierro

unread,
Oct 5, 2009, 12:26:23 PM10/5/09
to Omar Munk, web...@python.org
Have you looked into T3? 


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.


Still it may be close to what you are looking for.

Massimo




<ATT00001..txt>

Jim Fulton

unread,
Oct 5, 2009, 12:35:20 PM10/5/09
to Omar Munk, web...@python.org

Bobo's main goal is simplicity:

http://bobo.digicool.com/

Jim

--
Jim Fulton
_______________________________________________
Web-SIG mailing list
Web...@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: http://mail.python.org/mailman/options/web-sig/python-web-sig-garchive-9074%40googlegroups.com

Massimo Di Pierro

unread,
Oct 5, 2009, 12:37:47 PM10/5/09
to Jim Fulton, web...@python.org
Hey, this is more complex than web2py:

@bobo.query('/')
def hello():
return "Hello world!"

In web2py you do not need the first line. ;-)

Massimo

> Unsubscribe: http://mail.python.org/mailman/options/web-sig/mdipierro%40cti.depaul.edu

Aaron Watters

unread,
Oct 5, 2009, 1:39:10 PM10/5/09
to web...@python.org, Omar Munk

--- On Sun, 5/31/09, Omar Munk <omar.w...@gmail.com> wrote:

> From: Omar Munk <omar.w...@gmail.com>
> Subject: [Web-SIG] Web Framework
> To: web...@python.org
> Date: Sunday, May 31, 2009, 12:30 PM
> Hello....
> 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?

Hi Omar. Please have a look at WHIFF.
It has a lot of PHP-like features, but it's better :).

Please let me know what you think of it.
I'd be especially interested if you find
the documentation hard to understand --
please let me know where you got confused or
whatever. Thanks.

http://aaron.oirt.rutgers.edu/myapp/docs/W.intro

By the way I agree that PHP is ugly and most
Python frameworks are too complicated. I also
think the only reason PHP is so popular is
because there was never an appropriate Python
based alternative for the kinds of things
people like to do with PHP. This is the vacuum
I'm trying to fill with WHIFF.

-- Aaron Watters

===
less is more

Reply all
Reply to author
Forward
0 new messages