Display Data from Python to HTML
Posté 2023-01-26 19:18:03
0
9KB
When making a web application, you're probably thinking if displaying data from Python to HTML is possible. The good news is that it is possible! The only library required for Python is called Jinja2. With Jinja2, you can render HTML files and place key values in the file. Here's an example:
templates/index.html:<div class="container" id="container" style="text-align: center;color: white;">
{% if get_count %}
<input type="checkbox" id="toggle-button" class="toggle-button" checked>
{% else %}
<input type="checkbox" id="toggle-button" class="toggle-button">
{% endif %}
</div>
main.py:
@app.route('/')
async def main_page(request):
return await render('moderation.html', context={'get_count': ...})
Rechercher
Catégories
- Arts
- Business
- Computers
- Jeux
- Health
- Domicile
- Kids and Teens
- Argent
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Lire la suite
Человек-паук: Через вселенные. Spider-Man: Into the Spider-Verse. (2018)
Мы всё знаем о Питере Паркере. Он спас город, влюбился, а потом спасал город снова и...
Dyslexia: Prognosis
Dyslexic children require special instruction for word analysis and spelling from an early age....
Market equilibrium, disequilibrium, and changes in equilibrium
In a competitive market, demand for and supply of a good or service determine the...
How perfectly competitive firms make output decisions
Key points
As a perfectly competitive firm produces a greater quantity of output,...
Новый кинотеатр «Парадизо». Cinema Paradiso. (1988)
Это рассказ о счастливых днях, когда итальянское кино еще не знало о том, что такое «кризис...