+ 2

Python in web

I really like to program with python but is there also a way to implement python in html?

28th Feb 2018, 7:09 PM
Julian
Julian - avatar
2 Answers
+ 2
in html not too much but you can build webapps with python and django. it can be used to output certain things in html
28th Feb 2018, 7:17 PM
Markus Kaleton
Markus Kaleton - avatar
+ 2
Currently you can do something similary to what you say with a template engine. I do not usually use Python, but I've seen that Jinja2 is often very popular: http://jinja.pocoo.org/docs/2.10/
28th Feb 2018, 8:33 PM
Mickel
Mickel - avatar