Seperating HTML content from logic ( was: Re: Inserting Python commands into HTML documents)

Scott Chapman scott_list at mischko.com
Mon Apr 14 16:48:18 EDT 2003


On Monday 14 April 2003 00:29, Alex Martelli wrote:

> Sure, there are many ways in which you can choose to use this
> debatable "let's mix logic right inside presentation so we can't
> easily separate them any more" approach (perhaps excusable when
> one's in a deuced hurry, if one's used to it and thus can deploy
> it fastest).  

I've been dealing with web pages for a while, using the "embed the scripting 
language into the HTML" model.  I'd like to find some good docs on how to 
implement the "lets seperate the logic and presentation" model.

I'd also like to know which Python toolkits/frameworks that are aimed at 
implementing this model.

Any pointers?

Scott





More information about the Python-list mailing list