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??
1 Answer
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.