Starts the python interpreter.
startPy
Starts the python interpreter, must be called before using any of the other functions offered by SciPy.
--> startPy --> py("a=5;print(a);") ans = "5 " --> quitPy