For Python¶
PyGX's symbolic foundations enable patterns that are awkward to express with plain Python objects. These walkthroughs introduce the core concepts in the context of everyday Python programming.
- Flexible Function Bindings
- Runtime Typing
- Direct Manipulation
- Domain-Specific Languages
- Context-aware Components
Authoring pg.Object subclasses¶
pg.Objectdesign & style guide — conventions for positional__init__s,**dict(...)forwarding,ClassVarconfigs, and field-default overrides that keep both runtime and pyright happy.