Re: [Python.NET] Embedding a Python interactive shell in a .NET application

2016-05-13 Thread Denis Akhiyarov
for embedding look at c# embedding unit tests and also here: 1. Old API: http://pythonnet.github.io/readme.html 2. New simplified API using dynamic: https://github.com/pythonnet/pythonnet/blob/master/README.md On Thu, May 12, 2016 at 4:16 PM, Saparya K wrote: > Thanks for your response, De

Re: [Python.NET] Embedding a Python interactive shell in a .NET application

2016-05-13 Thread Saparya K
Thanks for your response, Denis. I had not come across Sho earlier. It looks very interesting. (If only Python 3.x support was available, though it does look like they have added support for their own math and visualization libraries). I am going over the demos and the unit tests and I was able t