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

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger