IronPython Cookbook Updates
There have been some great new additions to the IronPython Cookbook in recent weeks:
- Creating XML Trees - Using XML to LINQ features, that are new to .NET 3.5, with IronPython
- File as TextReader - a wrapper class, so that you can use Python files where .NET expects a StreamReader object
- Extremely Late Binding - Late bound COM with IronPython
- MonthCalendar Control and datetime - Using the Windows Forms MonthCalendar control with Python datetime
- Listing Time Zones - Listing time zones known to the system
- Using Spreadsheet Functions with Excel 2007 - more COM
- Listing all Exceptions in the System
Comments
Post a Comment