How to Proceed
After the 10-minute introduction, the usual next steps are:
Read Examples for complete runnable models.
Work through Tutorial: Modeling with Cimba Python for the migrated tutorial sequence.
Use Topical Guides when you want a deeper explanation of one part of the system.
Keep API Reference open while writing model code.
Read The Cimba C Library when a Python concept needs native background.
The Python docs are intentionally a companion to the C documentation. If you want the deeper design story behind stackful coroutines, event dispatching, resources, and random number generation, see the Cimba C background and the Cimba C API reference.