Skip to content

Py'n'APL architecture overview

Rodrigo Girão Serrão edited this page Oct 13, 2021 · 2 revisions

Architecture overview

This wiki page documents the architecture of Py'n'APL in the simplest terms possible. You can refer to this page to better understand how all pieces fit together.

From the Python side

As per the docs, we can connect to APL from the Python side by importing and running the function APL in APL.py. This function, in turn, immediately calls the function Connection.APLClient from APLPyConnect.py, and returns an APL instance from APLPyConnect.py.

Clone this wiki locally