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):

https://docs.djangoproject.com/en/1.11/intro/tutorial03/


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -