22 March 2007 15:30
web.py: makes web apps
by 12 others (via)web.py is a web framework for python that is as simple as it is powerful. web.py is in the public domain; you can use it for whatever purpose with absolutely no restrictions.
python:webpy:simpleblog [k4ml's wiki]
(via)I hate bad example and this is one of that. But I’m too lazy to rewrite this. Class should be used to represent a resource (nouns) and not action (verbs). So instead of `add`, `view`, `edit`, we should use something like `Post`, `Comment` to represent a resources request by user. By the time I wrote this, I haven’t realized this yet. Thank’s to Harry Fueck for pointing out this in his comments to my blog entry. - k4ml. Italic Text
1
(2 marks)