I'm trying to find a way to create an instance of a Python class in C# I came across IronPython and this question: Instantiating a python class in C#
However, looking closely it seems it's only designed for Python 2.7, and I couldn't find anything for 3.6 .
Is there something that allows me to use 3.6 Python classes in C#?