Scithon
- Scithon
- py — Executes python statements.
- py2sci — Converts python variable into scilab variable.
- pyAdd — Adds two variables.
- pyDict — Creates a python dictionary.
- pyDiff — Subtracts two variables.
- pyDiv — Divides two variables.
- pyEquals — Checks if two values are equal or not.
- pyExec — Executes a python file at a given location.
- pyGEquals — Checks if value 1 is greater than or equal to value 2.
- pyGet — Retrieves variable defined through py() or
pyExec().
- pyGreater — Checks if value 1 is greater than value 2.
- pyImport — Imports and returns the python module passed.
- pyLEquals — Checks if value 1 is lesser than or equal to value 2.
- pyLesser — Checks if value 1 is lesser than value 2.
- pyList — Creates a python list.
- pyMod — Finds the modulus between two variables.
- pyMul — Multiplies two variables.
- pyPow — Finds the value of base raised to power of exponent.
- pySet — Creates a python set.
- pyTuple — Creates a python tuple.
- pyXor — XORs two variables.
- quitPy — Stops the python interpreter.
- startPy — Starts the python interpreter.