Pocket Summary
TL;DR (5 lines)
- Read the core idea first.
- Understand one concept at a time.
- Run small examples.
- Fix errors early.
- Move to next chapter only when clear.
Frequent mistakes
- Skipping prerequisites.
- Reading without trying examples.
- Fixing too many errors at once.
Short version of the main book.
Goal
Learn quickly, without overload, with short examples.
Scope
This format covers all chapters of the main book (docs/book/chapters/*.html) in a simplified version.
Reading
- Follow the chapters in order.
- Do each mini-exercise.
- Return to the full book (
docs/book/chapters/) if necessary.
Entrance
See also
Next best action
Apply one idea from this chapter in a tiny example, then continue.