C# and Python

subeen tamim.shahriar at gmail.com
Thu Aug 23 12:56:35 EDT 2007


On Aug 21, 5:00 pm, Bikal KC <nepbabucxspamf... at yahoo.ca> wrote:
> subeenwrote:
> > 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.

Hi, what's the C# function to call python interpreter?

regards,
Subeen.




More information about the Python-list mailing list