How can I turn the function of a program originally written in python into a website and use this function on a web page? Thanks!
I don’t understand what you want to show? Isn’t the thing displayed on the website your data or pictures and other resources?
You need to use html+css+js as the front-end display and Python as the back-end. This should be what you mean
You can try django! The front end is html, css, js, and django opens web api.
You can also check out Teacher Liao Xuefeng’s blog~