Python ServerPages

Jon Brisbin mail at jbrisbin.net
Tue Sep 26 11:57:03 EDT 2000


Yes, I've noticed almost everything I could find on the web, and nothing so
far fitted my design statement of a minimalistic approach, and in keeping it
simple to maintain...i just don't like being forced to keep things in little
"packages" like in JSP and others ;-)  I just want to put files willy-nilly
throughout the server and have an engine parse the python for me :-)

My project differs greatly from the current PSP in that it approaches the
problem of embeding python in HTML from a different tack than anyone else
I've found so far...no JPython, no third-party modules or add-ons, no
special compilation issues...just plain ol Python...parsing plain ol HTML
with a sprinkling of plain ol Python ;-)

Jon Brisbin
http://www.jbrisbin.net/PythonServerPages



Jeremy Hylton <jeremy at beopen.com> wrote in message
news:bld7hsqo6b.fsf at bitdiddle.concentric.net...
> Richard Muller <rpm at wag.caltech.edu> writes:
>
> > Nice. How does this differ from the existing project at:
> > http://www.ciobriefings.com/psp/
> >
>
> To add further to the mix: Did you look at Quixote?  It has a template
> mechanism for combining Python and HTML.
>
> http://www.mems-exchange.org/exchange/software/python/quixote/
>
> -- Jeremy Hylton <http://www.python.org/~jeremy/>





More information about the Python-list mailing list