diveintomark: PyWebServices
Make any Python script available over XML-RPC.
I keep meaning to try this sort of thing at work; I had not a lot of luck with the PHP XML-RPC stuff (allthe servers seemed to operate fine with their own clients but not the Python client or the JS client or whatever), so I fell back on ASP, which at least worked. But Python is greatness. :)
-----