How to convert python code in to oml code

Answers
-
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?
1 -
Adriano A. Koga_21884 said:
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?
Hello,
Do you mean that we can run Python in OML?
0 -
hoan_20565 said:
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.
0