Skip to content

Capstone Glossary

Page Maps

graph LR
  family["Python Programming"]
  program["Python Object-Oriented Programming"]
  section["Capstone"]
  page["Capstone Glossary"]
  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"]

This glossary belongs to Capstone in Python Object-Oriented Programming. It keeps the language of this directory stable so the same ideas keep the same names across reading, practice, review, and capstone proof.

How to use this glossary

Read the directory index first, then return here whenever a page, command, or review discussion starts to feel more vague than the course intends. The goal is stable language, not extra theory.

Terms in this directory

Term Meaning in this directory
Capstone Architecture Guide the capstone reading surface for capstone architecture guide, used to choose the next repository entry point without guessing.
Capstone File Guide the capstone reading surface for capstone file guide, used to choose the next repository entry point without guessing.
Capstone Map the capstone reading surface for capstone map, used to choose the next repository entry point without guessing.
Capstone Proof Guide the capstone review surface for capstone proof guide, used to turn course ideas into inspection, evidence, and change decisions.
Capstone Review Worksheet the capstone review surface for turning course ideas into inspection, evidence, and change decisions.
Capstone Walkthrough the capstone reading surface for capstone walkthrough, used to choose the next repository entry point without guessing.
Command Guide the executable entry surface for the capstone, used when the next question is best answered by running the project rather than rereading the course.