Hey,
Is there a way I can import dll files made in C# into python and use their classes?
Python is glue language for all sorts of other computer languages. Might be possible to use C# dlls. All you really need to do is to figure out how to relate Python argument types and C# argument types. Similar to the ctypes module.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.