“Escribe HTML en Python” Código de respuesta

Escribe HTML en Python

# write-html.py

f = open('helloworld.html','w')

message = """<html>
<head></head>
<body><p>Hello World!</p></body>
</html>"""

f.write(message)
f.close()
ayaan

Escriba el código Python en HTML

1-Use Django (Python Backend API)

#https://www.djangoproject.com/

2- Dont want to change all the backend:
Take a look at digi API
# https://www.digi.com/resources/documentation/digidocs/90001537/references/r_python_inside_html.htm?TocPath=Categories%7CWeb%20Access%7C_____2

after you setup evrything you can code :
<%Code Here%>
RB to the moon

Respuestas similares a “Escribe HTML en Python”

Preguntas similares a “Escribe HTML en Python”

Más respuestas relacionadas con “Escribe HTML en Python” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código