Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Python   (RSS)

Running IronPython Scripts from a C# 4.0 Program

IronPython is a scripting language hosted on the .NET platform. This posts shows how you can use the Dynamic Language Runtime (DLR) and the new C# 4.0 dynamic keyword to call an IronPython script from a C# program. Before going any further, it might be
Posted by Charlie Calvert | 3 Comments
Filed under: , , ,

Getting Started with IronPython

pre.myclass {color:black; background:lightgray} I recently spent some time getting IronPython up and running on my system; I will review what I learned in this post. Hosted inside an interpreter, Python belongs to the same family of scripting tools as
Posted by Charlie Calvert | 0 Comments
Filed under: , ,
 
Page view tracker