[Tutor] Python and Javascript
Ryan Davis
ryan at acceleration.net
Fri Mar 25 21:01:52 CET 2005
Depends on your environment.
If your js is on a webpage, you can have it make http calls to a python web service. Look for articles on XMLHttpRequest in
javascript to see some examples.
I don't know how else that could be done, but I imagine there are other ways.
Thanks,
Ryan
-----Original Message-----
From: tutor-bounces at python.org [mailto:tutor-bounces at python.org] On Behalf Of Mike Hall
Sent: Friday, March 25, 2005 2:18 PM
To: tutor at python.org
Subject: [Tutor] Python and Javascript
I'm curious on whether or not JavaScript and Python can talk to each
other. Specifically, can a python function be called from within a JS
function? Admittedly this is probably more of a JavaScript than Python
question, but I'd love to know if anyone can at least point me in a
direction to research this.
-MH
_______________________________________________
Tutor maillist - Tutor at python.org
http://mail.python.org/mailman/listinfo/tutor
More information about the Tutor
mailing list