<< pyGreater Scithon pyLEquals >>

Scithon >> Scithon > pyImport

pyImport

Imports and returns the python module passed.

Syntax

pyImport("Module_Name")
Module_Name

The module to be imported like numpy, builtins etc.

Description

Imports a python module and is assigned to a variable, which can be later used by the variable.

Example

startPy
Py = pyImport("builtins")
var = Py.complex(1,2)
quitPy

Report an issue
<< pyGreater Scithon pyLEquals >>