Hi everybody,
Somebody talking the python's code can embed into C#'s code. What the mechanism to do that? please explain for me.
Thanks a lot
Hi everybody,
Somebody talking the python's code can embed into C#'s code. What the mechanism to do that? please explain for me.
Thanks a lot
Use IronPython for integration with .net. Likewise, Jython integrates with Java.
There are several approaches to this, depending on which languages you want to interoperate with.