0

How can i link python with html

related to python and html

16th Mar 2018, 12:49 PM
Saurabh kumar
Saurabh kumar - avatar
4 Answers
+ 3
To use Python with HTML it needs web framework like Flask or Django. Django is very rich web frame work based on Python3 to build website. on the other hand Flask is for building small website.
16th Mar 2018, 3:08 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
You'll need to use a framework called Django. 😉
16th Mar 2018, 12:52 PM
Zephyr Koo
Zephyr Koo - avatar
+ 1
You can't use Python inside Html code, if you was meaning to "link" Python as "linking" Javascript code ( running script inside your Html page on user side ), but you could use Python to serve Html static or dynamic pages ( but in this case, Python scripts are executed on server side, before sending page to user, in response to user/http queries...
16th Mar 2018, 7:06 PM
visph
visph - avatar
- 1
Can u please elaborate a little 😊
16th Mar 2018, 12:55 PM
Saurabh kumar
Saurabh kumar - avatar