Resources  
  • Embedding IronPython In C#Aug 01, 2010. Silverlight allows embedding IronPython code in the code-behind files of Silverlight XAML pages. This means you can use both C# and IronPython code in the same C# code-behind file of ta Silverlight UI.
  • Running Python Code Inside .NET with IronPythonSep 21, 2023. Learn how to integrate Python seamlessly with .NET applications using IronPython. This open-source implementation of Python is designed to run on the .NET framework, offering access to Python's libraries and modules within the .NET ecosystem.
  • Python with .NET 4Jan 27, 2011. IronPython is an implementation of the Python programming language targeting the .NET Framework and Mono ( A cross platform open source Dotnet framework currently targeted for Linux). IronPython is written entirely in C#.