Using Python Inside HTML...Is It Possible🤔😕 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Using Python Inside HTML...Is It Possible🤔😕

Link Between Python And HTML

12th Oct 2019, 8:13 PM
Siyabonga Samson Lukhele
Siyabonga Samson Lukhele - avatar
10 Answers
+ 2
You can also use brython for this purpose, see this example https://code.sololearn.com/WNS0AyuL8GCi/#html
15th Oct 2019, 6:37 PM
Saquib Imam
Saquib Imam - avatar
+ 6
If you want to make a front end web then you need JavaScript for web dynamics. But with django you can write both front and back end of your web page. In this case you can use python to render your HTML pages and every process you need to make on your datas. If you were familiar with php, here python plays it's role.
12th Oct 2019, 8:29 PM
Qasem
+ 5
You can use django. It's python web development framework.
12th Oct 2019, 8:21 PM
Qasem
+ 5
👑Mr_Gamer👑 yes you can use python in web code. Qasem not only with django framework. See my answer in this thread. https://www.sololearn.com/discuss/2028932/?ref=app
12th Oct 2019, 8:36 PM
Jella
Jella - avatar
+ 4
you could also try skulpt http://skulpt.org/
12th Oct 2019, 8:33 PM
Michael
Michael - avatar
+ 2
👑Mr_Gamer👑 There is Jinja2 and django template that can be used for the template engine, it is a modeling language that interacts between the html template and the Python code
13th Oct 2019, 8:34 AM
Harimamy Ravalohery
Harimamy Ravalohery - avatar
+ 2
have you ever heard "jinja2 template"? it enables you to add python code in Html. I think you should learn flask or Django. both of them can be used with jinja2 template. jinja2 documentation: https://jinja.palletsprojects.com/en/2.10.x/ have a nice day!
14th Oct 2019, 1:59 PM
BERAT DİNÇKAN
BERAT DİNÇKAN - avatar
+ 1
Mhh🤔How Exactly If I May Ask🤔😅
12th Oct 2019, 8:23 PM
Siyabonga Samson Lukhele
Siyabonga Samson Lukhele - avatar
+ 1
Ohk I Hear Yuh, Question:Where Do I Input It🤔
12th Oct 2019, 8:43 PM
Siyabonga Samson Lukhele
Siyabonga Samson Lukhele - avatar
0
Alright...Which Tag At Accuracy Should I Use
13th Oct 2019, 1:22 PM
Siyabonga Samson Lukhele
Siyabonga Samson Lukhele - avatar