Showing posts from July, 2012

Run Python Script From C#

In this post, I will show you how to call python generator in c#. Create a Console Application and then right-click on the …

How to call python class in c#

In this post, I will show you how to call python class in c#, Create a new python class named Person.py and paste the follo…

IronPython and C#

What is IronPython IronPython is an open-source implementation of the Python programming language which is tightly inte…

Load More
That is All