I have just started using Flask for my web development awhile ago. I came across numbers of tutorial on how I am able to set up Flask easily. However, I wanted to run a python script upon clicking on an icon. Is there any tutorial out there that I can get linked to?
This is part of the HTML code that I wanted users to click and invoke the python scipt.
<a href="#" class="icon fa-vcard-o"><span class="label">Icon</span></a>
Appreciate any help here.
Thanks in advance!