4 different ways to execute IronPython code using the DLR Hosting API
The DLR hosting blog has posted another article on using the IronPython embedding API. This entry explores different ways you can execute Python code (four of them). It introduces the ScriptScope, ScriptSource and CompiledCode classes:
Comments
Post a Comment