PDA

View Full Version : How do I connect Python code to HTML?



pooja escorts
08-11-2021, 04:49 PM
How do I connect Python code to HTML?

neelseowork
08-12-2021, 02:11 AM
But first, tell us, how does this even relate to SEO?

jesica
08-12-2021, 05:10 AM
If you only need it to be available in the LAN you can simply run a webserver on your local computer. If you do not expect much traffic and security is not a concern you could use the http server in the python standard library.
If you need it to be available on the web you need to look for a webserver.