+ 4

Python in HTML

I was just wondering if it was possible to put python in HTML (like in a box or something)

19th Sep 2017, 5:51 PM
Jack
Jack - avatar
3 Answers
+ 17
If you mean a back-end link to HTML with Python, it's totally possible using frameworks like Flask, Bottle or Django. If you mean an online interpreter - there's also plenty available already. And if you mean to define part of your webpage as Python code (or any code as a matter of fact), you can use <code></code> tags.
19th Sep 2017, 6:44 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
0
hope inserting python in HTML is a good idea
21st Sep 2017, 8:41 AM
KARRI MOUNIKA
KARRI MOUNIKA - avatar
0
Not only Python all common language also like c++,java
27th Sep 2017, 3:50 PM
J.Balaji
J.Balaji - avatar