C# and Python

Bikal KC nepbabucxspamfree at yahoo.ca
Tue Aug 21 08:38:24 EDT 2007


>From Eric CHAO [accidently sent to me]:

Maybe you could try IronPython. It's another implement in .NET
platform. Not 100% compatible but for sorting, that's ok. I think it's
a better way to use GUI that .NET provide.

And if you download VS 2005 SDK, there is many demo projects about
IronPython.

On 8/21/07, Bikal KC <nepbabucxspamfree at yahoo.ca> wrote:
> > subeen wrote:
> >
>> > > When the user clicks Quick Sort button, the quicksort.py will be
>> > > called and it will sort the numbers.
> >
> > One way to do this:
> > In your C# app, have the mouse click event handler call python
> > interpreter "/path/to/python /path/to/quicksort.py". Make quicksort.py
> > write to a file the result. After the quicksort.py finishes, read the
> > file from your normal C# app.
> >
> > Cheers.
> > --
> > http://mail.python.org/mailman/listinfo/python-list
> >





More information about the Python-list mailing list