-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавлена промо-страница дополнительных материалов
- Loading branch information
1 parent
f4726ab
commit d899573
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: Продвинутый уровень | ||
description: Продвинутый уровень | ||
--- | ||
|
||
# Продвинутый уровень | ||
|
||
BotAPI уже стал родным? Начинаете свой день с чтения документации? Простые боты надоели, | ||
а к сложным страшно приступать? | ||
|
||
В скором времени вы сможете получить знания, которые пригодятся не только для написания ботов, | ||
но также и в других проектах на Python. Вот лишь некоторые примеры: | ||
|
||
<div class="grid cards" markdown> | ||
|
||
- :material-translate-variant:{ .lg .middle } __Локализация__ | ||
|
||
--- | ||
|
||
Учите своих ботов говорить с пользователями на разных языках. | ||
В этом деле вам помогут [Babel](https://github.com/python-babel/babel) | ||
и [Project Fluent](https://projectfluent.org/). | ||
|
||
- :material-widgets:{ .lg .middle } __aiogram-dialog__ | ||
|
||
--- | ||
|
||
Создавайте красивые и удобные интерфейсы в рамках окна мессенджера с помощью | ||
[aiogram-dialog](https://github.com/Tishka17/aiogram_dialog). | ||
|
||
- :simple-pytest:{ .lg .middle } __Тестирование__ | ||
|
||
--- | ||
|
||
Проверяйте корректность логики вашего кода без муторного ручного тестирования и | ||
«ловли багов на проде». | ||
|
||
- :simple-docker:{ .lg .middle } __Docker__ | ||
|
||
--- | ||
|
||
Собирайте Docker-контейнеры для быстрого и удобного разворачивания и обмена | ||
с другими пользователями. Автоматизируйте сборку в GitHub и GitLab. Работайте с Docker Compose. | ||
|
||
</div> | ||
|
||
**Следите за новостями!** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters