Bilingual Handbook
Korean lives at the site root and English lives under `/en/`, so you can switch languages without leaving the handbook structure.
A bilingual handbook for Pythonic design, typing, CPython internals, asyncio, FastAPI, Pydantic, and SQLAlchemy 2.0
Core idea: this is not a release-note archive. It is a topic-driven handbook that uses Python 3.14 as the baseline and connects language design, runtime behavior, and backend engineering.
Start with the data model, descriptors, decorators, context managers, and metaclasses before touching framework internals.
Treat modern typing as a way to shape APIs and boundaries, not as decorative syntax.
Frames, bytecode, specialization, the GIL, and GC explain many performance and architecture tradeoffs.
FastAPI, Pydantic, and SQLAlchemy make more sense once the language and runtime pieces are clear.