Microsoft has released IronPython 2.0 on CodePlex, the .NET implementation of the Python language. IronPython 2.0 is now running on top of the Dynamic Language Runtime (DLR).
From the release notes:
The IronPython and Dynamic Language Runtime teams are proud to announce the release of IronPython 2.0 final. IronPython 2.0 is the culmination of nearly two years worth of work resulting in a CPython 2.5 compatible release on .NET 2.0 SP1. By far, the biggest change to 2.0 is that our 1.1 codebase was refactored to run on top of the Dynamic Language Runtime. With this we automatically get improvements in many feature areas such as better .NET interop support and hosting Python from managed code. There have been many other major improvements as well. The most notable are:
- An MSI installer for Windows platforms which includes parts of the CPython 2.5 standard library
- IronPython assemblies targeting Silverlight and tools such as Chiron to improve the Silverlight dynamic development experience
- The addition of more C-based standard modules such as cmath and _winreg
- Significant improvements in importing compatibility and features
- Distribution of IronPython under the Microsoft Public License which has been approved by OSI
- Performance improvements. On that note, a new Wiki page has been created for IronPython performance reports – see http://www.codeplex.com/IronPython/Wiki/View.aspx?title=IronPython%20Performance{.externalLink}
- Over 500 bugs have been closed in 2.0. 453 of these were reported on CodePlex
- Support for precompilation of Python source files into a single dll
Download IronPython 2.0 here http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=8365#ReleaseFiles

Denis has been working with SQL Server since version 6.5. Although he worked as an ASP/JSP/ColdFusion developer before the dot com bust, he has been working exclusively as a database developer/architect since 2002. In addition to English, Denis is also fluent in Croatian and Dutch, but he can curse in many other languages and dialects (just ask the SQL optimizer) He lives in Princeton, NJ with his wife and three kids.