Get a reference on the __builtin__ module to use the built-in Python functions.
Examples
py=pyBuiltin()mv=py.memoryview("Hello World !");l=mv.tolist()s=py.sorted(l);py_chr=pyGetAttr(py,"chr");m=py.map(py_chr,s);S=pyWrap("");// No need to keep the result of S.join(m)str=pyUnwrapRem(S.join(m))pyRemovepymvlspy_chrmS