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!
ringa_lee2017-05-18 10:49:33
I don’t understand what you want to show? Isn’t the thing displayed on the website your data or pictures and other resources?
PHP中文网2017-05-18 10:49:33
You need to use html+css+js as the front-end display and Python as the back-end. This should be what you mean
習慣沉默2017-05-18 10:49:33
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~