is there a way to embed python 3.7 code in D program?

torea tetorea at gmail.com
Sun May 12 20:06:34 UTC 2019


Hi,

I'd like to use D for the "brain" of a small robot (Anki vector) 
whose API is coded in Python 3.6+.
I had a look at Pyd but it's limited to python 2.7...
Would there be other ways to call python functions and retrieve 
the python objects (including camera image) inside a D program?

Best regards


More information about the Digitalmars-d-learn mailing list