3. Python Package (XplainPy)
The Python interface builds upon the web API. The plain web API allows you to run queries against the ObjectAnalytics backend from within any environment which allows you to run ajax requests. With the Python interface you may do that more conveniently from within a Python environment. In particular, results are directly loaded into familiar data structures such as Pandas DataFrames.
Python and the Xplain Object Explorer (XOE) can share the same session, so changes made via a Python script are immediately reflected in the XOE and vice versa.