User Guide

This section continues the Getting Started workflow. Read it in sidebar order to move from basic values and procedures to objects, storage, and advanced runtime behavior.


Start Here


Storage and Objects


Runtime Behavior


Building


Important Note

The recommended workflow starts from Fortran source. The generated semantic .pyi file describes the Python interface and native call. Editing that file lets you customize the wrapper without changing the native implementation. This guide introduces useful edits on the pages where they matter. The editing reference collects the complete rules in one place.


Start with Data Types.