Hello all,
I am trying to create a python api (i think thats what i need) and was just hoping for some pointers. I have an html website and a python script, and I want them to work together. the html site simply asks the user to input two numerical values. the python script takes two numerical values and adds them together. So I am looking for a little guidance on how to take the two html user inputs, use the python code to add them, and...