Python in HTML
Bruno Desthuilliers
onurb at xiludom.gro
Fri Jun 23 11:44:03 EDT 2006
brochu121 at gmail.com wrote:
> Does anyone know of a way to embed python scripts into html, much like
> you would javascript or php?
I think you'd better learn the profound difference between client-side
and server-side scripting.
> I do not want to use this to connect to a
> database, but rather for a functional script to be called when a user
> clicks on a link to open a page.
If it's client-side scripting, javascript is the only option.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list