Posts

Showing posts from February, 2007

PyCon: IronPython: Present and Futures

Shannon -jj Behrens has two posts on IronPython happenings at PyCon 2007. http://jjinux.blogspot.com/2007/02/pycon-ironpython-present-and-futures.html http://jjinux.blogspot.com/2007/02/pycon-developing-with-ironpython-and.html

Ironclad World

WorldWind has an IronPython scripting console. http://whatnick.blogspot.com/2007/02/ironclad-world.html

Python 3.0, IronPython 3.0, Robots, Talks and Python in Interesting Places

Michael Foord on PyCon 2007 and Jim Hugunin's 'IronPython state of the union' talk. http://www.voidspace.org.uk/python/weblog/arch_d7_2007_02_24.shtml#e646

IronPython and Windows Forms talk

Andrzej Krzywda and Michael Foord have posts about their PyCon 2007 IronPython talk. http://andrzejonsoftware.blogspot.com/2007/02/ironpython-and-windows-forms-talk.html http://www.voidspace.org.uk/python/weblog/arch_d7_2007_02_24.shtml#e645

PyCon: Day 2

Jeremy Jones as part of a post about PyCon 2007, he gives an overview of Jim Hugunin's IronPython talk. "After SQLAlchemy, I attended a talk on IronPython by Jim Hugunin. Jim gave an overview of where IronPython is and where it is going. It is currently at version 1.0, which is 2.4 compatible. Version 1.1 should be coming out in April and will provide partial Python 2.5 support and more standard library modules working. 2.0 should ship early 2008 and will provide 2.5 support and still more modules working. Jim mentioned the excellent IronPython Community Edition. For anyone not familiar with the history of IPCE, it was created because Microsoft would not accept patches from non-Microsoft folks and would not bundle IronPython with other applications which have LGPL, BSD, etc. licenses. I was glad to see him directly address the issue in the middle of his talk rather than waiting to be asked about it. I was further glad to hear a straight forward answer on this subject. And whil

TSS.NET Asks: What do you think of IronPython?

The Server Side .NET website asks the question and a couple of readers respond. It would be good if more users posted there opinions as well. http://www.theserverside.net/news/thread.tss?thread_id=44369

IronPython Article from September '06

Alex Henderson re-discoveres his September 2006 responses to some questions about IronPython http://blog.bittercoder.com/PermaLink,guid,c59bca0c-3f9c-4c8e-936d-1aded7c7b718.aspx

amplee on IronPython and .NET

Sylvain Hellegouarch shows how to use amplee with IronPython and Mono to create an Atom store implementation. It uses IPCE 's WSGI adaptor to host the implementation under xsp2. http://trac.defuze.org/wiki/AmpleeIronPython

IronPython 1.1 Beta 1 Released

Just in time for PyCon 2007 , Dino Viehland of the IronPython Dev Team announced the release of the first IronPython 1.1 Beta.

Using IronPython from PowerShell Part 2 : Clipboard (STA mode)

Marc van Orsouw's second post of a 6 part series about using an Hosted IronPython Engine from PowerShell to do some tasks PowerShell does not yet support in V1. http://thepowershellguy.com/blogs/posh/archive/2007/02/20/using-ironpython-from-powershell-part-2-clipboard-sta-mode.aspx

Using IronPython from PowerShell Part 1 : Watch folder for changes without blocking Console

Marc van Orsouw starts a series of posts about using a Hosted IronPython Engine from PowerShell to do some tasks PowerShell currently cannot do. http://thepowershellguy.com/blogs/posh/archive/2007/02/10/using-ironpython-from-powershell-part-1-watch-folder-for-changes-without-blocking-console.aspx

Truth, files, microformats, and XMP

In a post about microformats and XMP , Jon Udell has an IronPython script that reads XMP metadata from an image file. http://blog.jonudell.net/2007/02/14/truth-files-microformats-and-xmp/

TayLayout 00.00.16

Davy Mitchell has released a new version of TayLayout, a simple layout manager for IronPython and WinForms. http://www.latedecember.co.uk/sites/personal/davy/arch_d7_2007_02_10.html#e136 He also has posted some code examples: http://www.latedecember.co.uk/sites/personal/davy/arch_d7_2007_02_10.html#e137

My first IronPython application

Jon Udell posts about porting a CPython based blog searcher to IronPython. http://blog.jonudell.net/2007/02/08/my-first-ironpython-application/

Mono 1.2.3 has been released

The latest release of Mono is available for download and the IronPython Community Edition R5 is now shipped with it. http://www.mono-project.com/news/archive/2007/Feb-07.html

Old Code

drifter46and2 shares some code: A class to compile and import csharp code embedded inside of a python module Ironpython command shell embedded in window textbox http://drifter46and2.livejournal.com/3226.html