scithon
- scithon
- py — Executes python statements.
- pyDict — Creates a python dictionary.
- pyEquals — Checks if two values are equal or not.
- pyExec — Executes a python file at a given location.
- pyGet — Retrieves variable defined through py() or
pyExec().
- pyImport — Imports and returns the python module passed.
- pyList — Creates a python list.
- pySet — Creates a python set.
- pyTuple — Creates a python tuple.
- quitPy — Stops the python interpreter.
- startPy — Starts the python interpreter.