Is it possible to construct a C# form (using Visual Studio) but write only Python code for the events? Is there some way to tell your program to run Python whenever code is run, since it will be all Python code (e.g. for button presses, etc.)?
I know it's sort of silly, and it makes your program depend on .NET, but it would be a nice and easy way to create a GUI while still writing in Python, if it's possible. -- http://mail.python.org/mailman/listinfo/python-list