Context

Goal: to create an inter-operable environment in which a SIC driven program can also use all Python facilities and vice-versa: a Python code could import a SIC-based program.
Method: first create a common space in which SIC and Python communicates by their respective “objects”: SIC variables and Python NumPy arrays.
Content: description of the SIC variable to Python object mapping.