python
All blog posts and talks with "python" tag.

Python Async #1: Coroutines Building Blocks
Behind the scenes of how Python functions can pause and resume, drive a generator by hand with `.send()`, and see why this is the literal foundation that `async`/`await` is built on.
Deep Dives9 min read

Deep Dive: Building XAUUSD Paper Trading Bot with OpenClaw
A build log of creating a 24/5 XAUUSD paper trading bot on MT5 using OpenClaw, strategy iteration, safety rails, dashboarding, and Tailscale access.
Deep Dives5 min read