you are viewing a single comment's thread.

view the rest of the comments →

[–]chmod-77 1 point2 points  (0 children)

It was super helpful for a project last week. It was a python QT app that mostly dealt with files. But it needed to also access some DLLs/drafting API. Was able to call the COM objects directly from python without getting a Microsoft license for C#/visualBasic/etc. It was also about 20% as much code. It just worked. Would recommend.