How to link a python file to an html document -
i'm curious future reference, how link python program , how code worded html document. in advance
here list of frameworks can check out:
https://wiki.python.org/moin/webframeworks
i prefer django that's personal opinion:
https://www.djangoproject.com/
frameworks make easier ever build applications , websites. learn python well, learn how web works, follow few tutorials (for example django tutorial) , ready start developing.
here how django works templates(html):
Comments
Post a Comment