I want to express the results of the Python script in HTML

Asked 2 years ago, Updated 2 years ago, 79 views

I'd like to make my Python script a website. I heard that you can use flask after working hard on Google.

External modules such as requests, pandas, numpy, and pytz have been used a lot, so is it possible to convert this to a flask web app format?

flask

2022-09-21 20:33

1 Answers

Yes. It is possible. You'll find out if you look at your script ("script") and the flask tutorial ("flask" side by side. The basic idea is to use the web application interface instead of the cmd interface.

Try it!


2022-09-21 20:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.