I have a python script that uses modules (beautiful soup, openpyxl, etc) and I want to either convert it to a front-end language with some type of online converter or figure out how to embed it into my HTML code. Does anyone have any ideas??
-
1To work with python on the web, you'll need to make a server using python. Take a look at Flask to get started.Slava Knyazev– Slava Knyazev2021年05月25日 01:45:30 +00:00Commented May 25, 2021 at 1:45
1 Answer 1
Try using Brython in your HTML. It is a Python compiler written in Javascript that allows you to put a Python script in your HTML for client-side execution.
Sign up to request clarification or add additional context in comments.
Comments
default