I am working on an angular project, one module of this project requires me to take form inputs from the user using angular's frontend(html) and using these values as variables in a python file. The python file then interacts with an XML file, I have already done the XML portion. I just cant find a way to use those frontend inputs in the python file as variables.
Can you guys help me out with it or if anyone knows a resource or a webpage which can cater my problem. Thanks in advance