Python API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ronparker1
    New Member
    • Sep 2012
    • 1

    Python API

    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 then pass the result back to the html site to show the user the end result. Any pointers would be much appricated.
    Thank you,
    Ron
  • anil6035
    New Member
    • Sep 2012
    • 2

    #2
    You can go for django frame work to implement this. Once refer to this url :

    Comment

    Working...