How do I connect my python codes to my html5 codes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How do I connect my python codes to my html5 codes

I have python codes that are supposed to run the flight reservations websites.... how do I connect them plz help

5th Apr 2017, 6:16 AM
Emmanuel Allan
Emmanuel Allan - avatar
2 Answers
+ 15
As per my experience, there is a way to get output in a browser![This doesn't actually relates the python with HTML, but actually pretends it to be] You can view the output of your python program in a web browser! For this, use a built-in module named 'webbrowser' !
7th Apr 2017, 6:34 PM
Harshit Gupta
Harshit Gupta - avatar
+ 4
thanks
11th Apr 2017, 9:05 PM
Emmanuel Allan
Emmanuel Allan - avatar