+ 1
Can python be used in front end development instead of JavaScript
Front end languages
3 Answers
+ 7
No, python can't be used as a front-end language.
You can't do front-end with python. For front-end, you must learn HTML, CSS JavaScript jQuery etc.
Python can be used in the back-end as scripting language.
+ 3
Currently you can do something like that, although it can bring compatibility problems. In any case, here you have information about Brython, a library to program with Python on the client side:
https://brython.info/
You could also use a template engine, so you can have Python expressions embedded in HTML.