0
Web development or web design!!!
how to connect HTML codings with Python for web designing a program
1 Réponse
+ 3
basically the only way is to have python serve as a backend. for example, using python to generate a profile image and displaying it in html.
another way, more uncommon, is to interact with live HTML via browser emulation. don't worry about that though unless you want to test automate on a large scale.