Calling C# code within Python3.6
问题 with absolutely no knowledge of coding in C#, I wish to call a C# function within my python code. I know there's quite a lot of Q&As around the same problem, but for some strange reason, i'm unable to import a simple c# class library from a sample python module. Here's below as to what i've done - C# Class Library setup I'm using the VS 2017 CE. I create a new project TestClassLibrary under the type of ClassLibrary(.NET Standard) The classes inside the project are as follows - MyClass.cs