Jon Udell, Jim Hugunin and IronPython.
Wednesday, August 30th, 2006I find IronPython to be extremely useful. I use it quite a bit to script interactions with IIS servers that use Windows authentication: you get all the power of Python with the authentication transparency of .NET. But I haven’t done anything very involved.
Jon Udell posted a screencast of an interview with Jim Hugunin that really illustrates what you can do with IronPython. Packed into a 38 minute screencast:
- Changing Avalon UI elements
- Python integration in Visual Studio
- Using IronPython to script elements from PowerShell
- Calling the IronPython library from Visual Basic script.