Python instead of php

Brian Lalor blalor+dated+1037890690.2bec79 at ithacabands.org
Sat Nov 16 10:09:21 EST 2002


"Marten Bauer" <Marten.Bauer at gmx.net> writes:

> Is it possible to use python like php as script language to writte
> the Userinterfaces also in html and python?
> 
> Is modpython for apache or Twisted from Tweak Labroratory a possible
> way?

With the recent release of a standalone ZPT/TAL interpreter, I think replacing
PHP with Python is easier than ever.  Out of the box you can interpret TAL
templates with relative ease simply by passing in an execution context (which
in my case was just a dict).  Its well worth a look.

--
      Brian Lalor                 |    http://introducingthelalors.org/
  blalor at ithacabands.org (email)  |  blalor at jabber.ithacabands.org (jabber)
                       N33°27.369' W111°56.304' (Earth)



More information about the Python-list mailing list