0

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
  • 1
    To work with python on the web, you'll need to make a server using python. Take a look at Flask to get started. Commented May 25, 2021 at 1:45

1 Answer 1

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

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.