0
Can I use python directly in html just as I use javascript with html using a tag?
4 Respuestas
+ 4
As you put Django and Flask in tag:
They are web server framework, to be use on server side and serve more or less dynamically web documents... as the common and usual Php, but now more and more languages (mainly script) provide such frameworks ;)
+ 4
No,you can't use it directly as like PHP or Java, but you can use it by using Flask or Django, both are Python based Framework.Flask is for small website and you can use Django for large-scale website.
+ 4
I know about flask and django but I wanted to of python supported cgi
+ 2
No.