Home  >  Q&A  >  body text

Programming - How to turn a python program into a website

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!

淡淡烟草味淡淡烟草味2712 days ago819

reply all(6)I'll reply

  • 習慣沉默

    習慣沉默2017-05-18 10:49:33

    You must have front-end, only python is not enough

    reply
    0
  • PHP中文网

    PHP中文网2017-05-18 10:49:33

    Learn flask, it’s easy to get started

    reply
    0
  • ringa_lee

    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?

    reply
    0
  • 滿天的星座

    滿天的星座2017-05-18 10:49:33

    On the framework
    flask, Django, etc.

    reply
    0
  • PHP中文网

    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

    reply
    0
  • 習慣沉默

    習慣沉默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~

    reply
    0
  • Cancelreply