Use ajax to call php, to call python, and get the result
I have built a website with a fairly complex structure and lots of javascript and php functions. I avoided jquery to make it lighter. I now want to add a python function that should return a value to it. Most…