Find more posts tagged with
Sort by:
1 - 3 of
31
Hello,
Do you mean that we can run Python in OML?
Hi @hoan ,
As mentioned by Adriano, in Compose (OML is the language and Compose the Software/IDE) we can run Python codes:
Besides that, there is a bridge between OML and Python, it means that they talk to each other. Below I'm using and OML function to directly execute a Python function:
Summary: We cannot convert directly, because this is not necessary, we can have a nice interaction between OML and Python.
there's no direct too for converting python to oml, as far as I know, BUT Compose can run Python commands/codes.
Wouldn't this be helpful for your case?