[Tutor] Translate this VB.NET code into Python for me?
Kent Johnson
kent37 at tds.net
Wed Mar 5 19:22:53 CET 2008
Alan Gauld wrote:
You could do a GUI example and use IronPython to show how
> it copes with GUI code. Since IP can access the same GUI
> library as VB.NET they should be very similar in code structure.
Here is a blog post I came across recently that shows a number of ways
to construct a GUI in Python on Windows. One of the examples is
IronPython with .NET.
http://www.ginstrom.com/scribbles/2008/02/26/python-gui-programming-platforms-for-windows/
Kent
More information about the Tutor
mailing list