Skip to content

Commit f527fe0

Browse files
committed
фиксы
1 parent d6e7fde commit f527fe0

3 files changed

Lines changed: 6 additions & 6 deletions

_posts/2026-03-03-kak-ustroen-opensource-robot-vnutri.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ class StrategyActor:
598598

599599
**Технологический стек (пример):**
600600

601-
- **Language:** Python 3.11+ (стратегии), Rust (исполнение)
601+
- **Language:** Python (стратегии), Rust (исполнение)
602602
- **Data:** TimescaleDB (история), Redis (кэш), PostgreSQL (события)
603603
- **Messaging:** Kafka или RabbitMQ
604604
- **Monitoring:** Prometheus + Grafana
@@ -770,7 +770,7 @@ CREATE TABLE positions (
770770
**Архитектура:** Модульный монолит
771771

772772
**Стек:**
773-
- Python 3.11+
773+
- Python
774774
- SQLite/PostgreSQL (персистентность)
775775
- Pandas (обработка данных)
776776
- ccxt (подключение к биржам)

_posts/2026-03-17-mozhet-li-llm-zamenit-kvant-analitika.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ tags: [LLM, ChatGPT, Claude, квант-аналитик, разработка
107107

108108
- ChatGPT (OpenAI)
109109
- Claude (Anthropic)
110-
- Python 3.11
110+
- Python (последняя версия)
111111
- Данные: Yahoo Finance (бесплатные)
112112

113113
Начнём.

_posts/2026-05-26-avtomatizaciya-dokumentacii-s-ai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,11 +1152,11 @@ strategy = Strategy(stop_loss_pct=0.03)
11521152

11531153
Update your config files before upgrading. The old parameter will be removed in v2.0 (6 months from now).
11541154

1155-
### Python 3.9+ Required
1155+
### Обновление Python Required
11561156

1157-
If you're still on Python 3.7 or 3.8, you'll need to upgrade.
1157+
Если вы используете старую версию Python, вам нужно обновиться.
11581158

1159-
**Why?** Python 3.9+ gives us better type hints, which means fewer bugs and clearer code.
1159+
**Почему?** Новые версии Python дают лучшие type hints, что означает меньше багов и более понятный код.
11601160

11611161
**How to upgrade:**
11621162
```bash

0 commit comments

Comments
 (0)