How to Invoke Python Functions from C#

seshadripv has posted a blog entry, the second in a series, on using the DLR hosting API from C#. This entry shows how to execute Python code in a ScriptEngine to create a Python function, and then invoke that function (returning results) from C#. The entry includes a description of all the major components used, and full sample code.

Comments

Popular posts from this blog

IronPython Tools for Visual Studio CTP3

An IronPython on Silverlight Collection

Ironclad 0.8 Released: Python C Extensions from IronPython