|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
IronPython & Windows FormsIronPython [ http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython ] is a great dynamic language for the .NET platform (and also works well on Mono). As well as being a great language, Python brings rapid application development to .NET, without losing the power of the breadth of the ..NET API. As an example of how easy it is to develop with IronPython, I am writing a tutorial series on using Windows Forms from IronPython. So far there are five entries : * Introduction - http://www.voidspace.org.uk/python/weblog/arch_d7_2006_05_20.shtml#e342 * Hello World - http://www.voidspace.org.uk/python/weblog/arch_d7_2006_05_20.shtml#e343 * Widgets & Event Handlers - http://www.voidspace.org.uk/python/weblog/arch_d7_2006_05_27.shtml#e344 * Panels & Styles - http://www.voidspace.org.uk/python/weblog/arch_d7_2006_06_03.shtml#e351 * The Textbox Widget - http://www.voidspace.org.uk/python/weblog/arch_d7_2006_06_03.shtml#e352 The series is still in it's early days. Comments and corrections appreciated. All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml |
|||||||||||||||||||||||