Skip to content

Why This Book

Why Rebuild the Docs

  • Release-note timelines are useful, but weak at showing how topics connect.
  • Questions like metaclasses, typing, runtime, asyncio, FastAPI, and SQLAlchemy usually appear together in real work.
  • Most practical questions are not "which version added this?" but "when should I use this and what tradeoff does it bring?"

What This Site Tries To Become

  • A modern Python handbook built around Python 3.14.
  • A guide where internals and practical engineering sit on the same page.
  • A reference that explains both "how to use it well" and "why it behaves this way."

Editorial Rules

  • Prefer topic-driven explanations over release-note lists.
  • Always connect syntax to runtime behavior or design consequences.
  • Keep chapters scannable with summary boxes, diagrams, code, and checklists.

Built with VitePress for a Python 3.14 handbook.