C# and Python

Olexandr Melnyk omelnyk at gmail.com
Tue Aug 21 06:50:58 EDT 2007


Aside from method mentioned by Tom, you can invoke
your script through command line:

C:\Python24\bin\python.exe file-to-sort.txt result-file.txt

2007/8/21, subeen <tamim.shahriar at gmail.com>:
>
> Hi,
> I am a newcomer in Python.  I am going to write a small Python
> application that will run in windows xp. This application needs to
> have GUI. Is it possible to make a C# application using visual studio
> 2005 that will call the python scripts? Let me explain more here:
> My program will generate a text file of 100 - 100000 random integers,
> and sort those using various sorting methods. Now I have written
> separate sorting scripts in Python (quick sort, insertion sort etc.).
> 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.
>
> regards,
> Subeen
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
Sincerely yours,
Olexandr Melnyk
http://omelnyk.net/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070821/d55912b0/attachment.html>


More information about the Python-list mailing list