End of Year Selection

A few months ago I got behind on posting interesting IronPython related links. I've caught up a lot, but a whole bunch of interesting stuff happened in November and December that I haven't reported yet.

Some of that will have to wait for another day, but we'll end the year with a selection of some of the snippets from the last couple of months.

IronPython Cookbook


A couple of new recipes in the IronPython Cookbook, by Davy Mitchell and Atif Aziz:
  • Process Monitor - demonstrates how to write a small utility in IronPython that monitors a process and re-launches it if it dies.
  • How to Play a Wav - this short example plays a WAV format sound file using System.Media.SoundPlayer.
Speech Synthesis in IronPython

Another short example of how to use IronPython to make your computer speak like a robot:
Other Assortments

Comments

  1. Sadly I can't take the credit for the Process Monitor - rather a nifty example too :-) Atif Aziz did that one.

    Cheers,
    Davy

    ReplyDelete
  2. It would be cool if you could write a post on unit testing python GUIs, I love to see such a post

    ReplyDelete
  3. @Davy
    Thanks Davy, I've corrected the post.

    @سیاه
    There have been a few posts on testing Python GUIs. Check out the testing category of this blog.

    ReplyDelete
  4. Thanks for posting the Cobra November 2008 Update. I also posted a December 2008 Update the day after your post here. It's at http://cobra-language.com/forums/viewtopic.php?f=4&t=266

    sent from: fav.or.it

    ReplyDelete

Post a Comment

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