How to combine html and python codes? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How to combine html and python codes?

15th Nov 2019, 12:18 PM
AJAY LINGAYAT
AJAY LINGAYAT - avatar
2 Réponses
0
You can start by using Flask framework. you can render or write HTML as a response of a simple GET route endpoint.
15th Nov 2019, 4:23 PM
Dendi Handian
Dendi Handian - avatar
0
You could also use the Django framework of python which is used for web development, with which you could use the html codes.
15th Nov 2019, 6:15 PM
Akash
Akash - avatar