favorite python web development tool?

David M. Cooke cookedm+news at physics.mcmaster.ca
Wed Aug 18 15:08:21 EDT 2004


At some point, Ksenia Marasanova <ksenia at ksenia.nl> wrote:

>> i'm fairly new to python, coming from a java servlet / velocity
>> template background.  i'm looking for a good python web development
>> tool, and hope to find some suggestions here.
>
> You may find this url interesting:
> http://www.colorstudy.com/docs/shootout.html
>
> I use Quixote and for some projects also Quixote + HTMLTemplate
> (http://freespace.virgin.net/hamish.sanderson/htmltemplate.html)

I'll second Quixote and HTMLTemplate. Quixote gives a nice framework
(handling requests, URL mapping, etc.), and HTMLTemplate does the
separation of presentation and content.

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke
|cookedm(at)physics(dot)mcmaster(dot)ca



More information about the Python-list mailing list