How to Pass Python Variables to Javascript
In our recent blog posting How to Pass a Javascript Variable to Python using JSON, we demonstrated how to easily use AJAX to pass whatever data you wanted and then manipulate it with Python. In this blog posting, we are going to show how to do this the other way around. The scenario is that…