0
How to combine html and python
6 Answers
+ 3
You can do it easily via using Django, flask
+ 2
what do you mean by "combine html and python"?
one way to do it is to use python as server side language to serve / generate html file
on user side you cannot use python, only use javascript to emulate python through libraries such as skulpt... but that's quite limited, even possible ;P
+ 2
it depends on what do you want to do.
Brython can be used instead of JavaScript
But better to use python eel library.
+ 1
Its is popular framework used for web development
0
I dont know what is django