“Напишите HTML в Python” Ответ

Напишите HTML в 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

Напишите код Python в 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

Ответы похожие на “Напишите HTML в Python”

Вопросы похожие на “Напишите HTML в Python”

Больше похожих ответов на “Напишите HTML в Python” по HTML

Смотреть популярные ответы по языку

Смотреть другие языки программирования