Aug-14-2020, 07:57 PM
Hi everyone,
I'm wondering if what I'm trying to do is possible. Something that would normally be done with jquery, but I'm wondering if I can simplify using python.
Say I have an html form, with a field and submit button. On click, I would like to take the value input by user, query a db using that value (probably with pyodbc), and then return to that user the result from the query.
I would like to do this using python and flask as opposed to php/javascript/jquery.
Is something like this possible with python?
I'm wondering if what I'm trying to do is possible. Something that would normally be done with jquery, but I'm wondering if I can simplify using python.
Say I have an html form, with a field and submit button. On click, I would like to take the value input by user, query a db using that value (probably with pyodbc), and then return to that user the result from the query.
I would like to do this using python and flask as opposed to php/javascript/jquery.
Is something like this possible with python?