+ 1
How to use PHP db in Python Flask
I need to connect the database to my web application. I am using flask as a framework
1 Answer
+ 3
In your Flask Python file app, you may write a python function which variables are assigned user form input and then return an html template of the information (however you process it). There is more explaination on the Flask documentation page you can find online.