C# and Python

Chris Mellon arkanes at gmail.com
Tue Aug 21 09:24:45 EDT 2007


On 8/21/07, Ant <antroy at gmail.com> wrote:
> On Aug 21, 11:01 am, subeen <tamim.shahr... at gmail.com> 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.



More information about the Python-list mailing list