html templates

Tim Roberts timr at probo.com
Fri Aug 20 00:30:52 EDT 2004


Ajay <abra9823 at mail.usyd.edu.au> wrote:
>
>i am looking for a framework to create a fast dynamic website. between
>using Cheetah and HTMLTemplate which would you recommend?

This is such a personal decision.  It really depends on what appears to
you.

I like Cheetah's templating language a lot.  I use Webware as my web app
server, but I use Cheetah for doing the templates instead of the Webware
PSP.

For a small dynamic site, however, I could learn to like CherryPy as well.
You compile the whole web site along with a simple web server into a single
script.

>also quixote offers a session management API? how secure is this session
>management? is it just a cookie on the client side?

"Just" a cookie?  How would you do session management more securely?
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list