Can python be used in front end development instead of JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can python be used in front end development instead of JavaScript

Front end languages

13th Jun 2018, 3:09 PM
Edward Jackson Jr
Edward Jackson Jr - avatar
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.
13th Jun 2018, 3:15 PM
Akash Pal
Akash Pal - avatar
+ 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.
13th Jun 2018, 3:25 PM
Mickel
Mickel - avatar