I want to make a basic encryption/decryption program in Visual C# using a python script. Is it possible to do so?
Asked
Active
Viewed 200 times
1
-
[IronPython](http://ironpython.codeplex.com/) is the way to mix C# and Python. – rlms Aug 09 '13 at 11:07
1 Answers
-1
Yes it is possible to call Python from C# by using IronPython an example can be found here.

Steve Barnes
- 27,618
- 6
- 63
- 73