Python web development, really

Alex Reid alex at phiz.netNOSPAM
Sun Jan 26 14:17:02 EST 2003


"Mark Smith" <mark at camazotz.com> wrote in message
news:o6m73vg64klj53r5r4v4mbruahh1b257fa at 4ax.com...
> jbperez808 at yahoo.com (Jonathan P.) wrote:
> >Spyce gives me the vanilla PHP-like functionality I want(*) -
> >the kind of straight Python-code embedding that PyHP, PyML,
> >PMZ, Fenster provide except that these projects seem to have
> >been abandoned.
>
> For simple templating and Python embedding, PWO (www.jamwt.com/pwo/)
> has a clean, uncluttered syntax.

If you don't mind your application being coupled to Java libraries, I've had
good results using JythonServlet. www.jython.org. Sometimes JSP can be used
to template pages. All of the Java libraries are there to use, not to
mention session handling. And it all runs inside a servlet container! For
me, it's the best compromise. I'd be interested to hear if anyone else is
using this approach widely.

Alex






More information about the Python-list mailing list