IronPython WinForms Example: HTML Encoder

IronPython WinForms Example: HTML Encoder

2320 views

A simple IronPython WinForms script which can encode or decode HTML, and copy it to the clipboard.

Replace Text within a Word document using IronPython

Replace Text within a Word document using IronPython

1983 views

Below, the doc_replace_text method demonstrates how to replace text within a Word document. This is commonly used as a way to create dynamic,

Converting a Word document to text using IronPython

Converting a Word document to text using IronPython

2138 views

The module below demonstrates how to convert a batch of Word documents to text.

Programming Technologies I Hope to Use in 2008

Programming Technologies I Hope to Use in 2008

1353 views

In the spirit of New Year's resolutions, here's a short list of software development technologies that I'm keeping track of in 2008, or plan on

Porting C# to IronPython — Example 1

Porting C# to IronPython — Example 1

2137 views

Ever since I began reacquainting myself with IronPython, I've been looking for an excuse to use it. However, the opportunity hasn't really presented

IronPython revisited

IronPython revisited

2120 views

Microsoft released IronPython 1.0 a while back. At the time, I downloaded it, installed it, checked it out for a few minutes, and forgot about it