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.
+ 2
You'll need to use a framework called Django. đ
+ 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...
- 1
Can u please elaborate a little đ