Python and .NET Playing Together

Another programmer, this time Richard Sumilang, discovers the power of IronPython for using the .NET framework.

"And walla! You have to admit, that is pretty awesome! We've got the power of simplicity from Python along with the power of .NET at our finger tips!"

In this blog entry he writes two examples in both C# and IronPython, comparing the code in both cases. The first is a simple example to write to stdout (with 'System.Console.WriteLine'), and the second uses the MySQL .NET connector to query a MySQL database.

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger