graph LR
family["Python Programming"]
program["Python Functional Programming"]
section["Capstone"]
page["FuncPipe Capstone Guide"]
capstone["Capstone evidence"]
family --> program --> section --> page
page -.applies in.-> capstone
flowchart LR
orient["Orient on the page map"] --> read["Read the main claim and examples"]
read --> inspect["Inspect the related code, proof, or capstone surface"]
inspect --> verify["Run or review the verification path"]
verify --> apply["Apply the idea back to the module and capstone"]
The FuncPipe RAG capstone is the course's executable proof. It shows what functional
Python looks like once purity, typed failures, effect boundaries, and async coordination
have to survive contact with a real repository.
This guide is the entry surface for the shelf. Use it to choose the smallest honest route
for the question you have right now, then stop once one file, guide, or proof surface is
clearly enough.