Python Generation using the Code Dom

IronPython 1 has a CodeDom provider. This means that IronPython Studio can use it to generate Python code from the Windows Forms and WPF designers, and even generate executable files from Python projects.

This is one feature that hasn't yet made it into IronPython 2, but there are strange rumblings from the IronPython team that it may just make it.

In the meantime, 'tech-michael' has a blog entry showing how to use IronPython CodeDom to generate Python code from metadata.

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