Quickest way to make py script Web accessible

Luis M. González luismgz at gmail.com
Thu Jan 5 09:50:30 EST 2006


Karrigell lets you run pure python scripts, although not directly in
Apache.
It uses its own server running behind apache.

You can code in 4 styles:

-pure python scripts
-python in html (like in PHP)
-html in python
-karrigell services (mapping functions to urls)

http://karrigell.sf.net

Hope this helps...
Luis




More information about the Python-list mailing list