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!
You must have front-end, only python is not enough
Learn flask, it’s easy to get started
I don’t understand what you want to show? Isn’t the thing displayed on the website your data or pictures and other resources?
On the frameworkflask, Django, etc.
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~
You must have front-end, only python is not enough
Learn flask, it’s easy to get started
I don’t understand what you want to show? Isn’t the thing displayed on the website your data or pictures and other resources?
On the framework
flask, Django, etc.
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~