Accessing SAMSON functionality via Python#
The Python Scripting extension in SAMSON provides Python bindings for SAMSON API and an integrated Python console. It provides you with an access to most of the SAMSON SDK allowing you to access most of SAMSON’s functionality through Python scripting.
Get started
You can use SAMSON Python API in multiple ways:
- Write Python scripts utilizing SAMSON Python API, see Examples.
- Run Python scripts as part of your SAMSON Extensions via
SAMSON::runPythonCode
orSAMSON::runPythonFile
. - Create apps fully in Python, see Embedded app: a simple GUI with buttons.
- Create Python bindings for your own SAMSON Extensions to expose their functionality in Python for others to use.
-
Learn about SAMSON Python API.
-
Examples on using SAMSON Python API.