How to modify an HTML document through Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to modify an HTML document through Python

I would like to start developing a web project and instead of performing interactivity with JavaScript I would like to know how to do the same but with Python

8th Oct 2022, 2:29 AM
Amazon
Amazon - avatar
3 Answers
+ 4
Amazon looks like working with brython which works with JavaScript as well as interprets python script would be a good direction.
8th Oct 2022, 2:46 AM
BroFar
BroFar - avatar
8th Oct 2022, 2:37 AM
Chris Coder
Chris Coder - avatar
0
Looks like PyScript - https://pyscript.net/ - is what you are looking for. It seems pretty experimental still, and I have no idea if it ever will be used in production anywhere.
8th Oct 2022, 3:27 PM
Magnus
Magnus - avatar