I have a web page in Angular 2 with a submit button(for simplicity). I want to call Python code when this submit button is hit. The python code is meant to perform some Machine Learning algorithm and return some response.
Can you please give me some inputs on this ?