How to integrate python code into a Website html code?

43 views Asked by At

For our website backend we are using python coding to search an equipment model on SerpApi, but we are not able to integrate that into our website which is in .html format. Is there any way by which we can integrate that into our website?

We tried integrating it throught flask and pyscript, but not able to get the output result when something is searched in the website. So can we get a way through which we can integrate the python code with html code.

0

There are 0 answers