On 8/21/07, Ant <[EMAIL PROTECTED]> wrote:
> On Aug 21, 11:01 am, subeen <[EMAIL PROTECTED]> wrote:
> > Hi,
> ...
> > But I want to write the GUI and number generation program in C#.net.
> > When the user clicks Quick Sort button, the quicksort.py will be
> > called and it will sort the numbers.
>
> Probably worth looking at IronPython, the Python implementation for
> the .Net platform.
>
> --

Also Pythonnet (see the recent announce on this ML), which is a
.NET/CPython bridge and supports embedding CPython as well as calling
.NET code from CPython.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to