A program to recognize and reward our most engaged community members
Hello,
Could you please tell me if we can convert python code in to oml?
TKS
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?
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?
Do you mean that we can run Python in OML?
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.