Using AJAX & JQuery to return a python value from python script – Jquery ajax
I am trying to build a simple Tic-Tac-Toe web app. I would like to connect my frontend to my backend logic where I will be running a python script. I believe flask is what I need to use to create…