본문으로 건너뛰기

How To Read

추천 독서 루트

루트 1: Python 감각을 빠르게 되찾기

  1. Python 3.10~3.14 Deep Dive
  2. Pythonic Overview
  3. Modern Typing
  4. Asyncio Overview

루트 2: 백엔드 실무 스택부터 보기

  1. FastAPI Overview
  2. Pydantic Overview
  3. SQLAlchemy Overview
  4. FastAPI + Pydantic + SQLAlchemy Playbook

루트 3: 내부 동작부터 깊게 보기

  1. Runtime Overview
  2. Execution Model
  3. Memory and GC
  4. GIL and Subinterpreters
  5. CPython vs Go Runtime

읽을 때 계속 붙잡아야 할 질문

  • 이 기능은 왜 들어왔는가?
  • Pythonic한 방식은 무엇인가?
  • 타입 체커와 런타임은 여기서 어떻게 다르게 보나?
  • 내부 동작을 알면 어떤 실무 판단이 쉬워지나?

VitePress로 빌드한 Python 3.14 핸드북