[Tutor] Python and Javascript

Alan Gauld alan.gauld at freenet.co.uk
Sat Mar 26 01:51:20 CET 2005


> Ryan, I should clarify that what I'd like to do here is unrelated to
> the web. I'm actually just interested in using a local html page as
a
> simple gui to launch python calls. So a JS event handler, say a
button
> click, would then call a JS function which inside of it would call a
> Python function while handing it arguments

In that case an http call to a Python web service is probably the
easiest solution. Have it all running locally.

Alan G.



More information about the Tutor mailing list