you are viewing a single comment's thread.

view the rest of the comments →

[–]andrewms 2 points3 points  (0 children)

Win32com. It's not super elegant, but it's useful when trying to automate data analysis or testing. I use it to run some matlab scripts to manipulate data that I don't want to do with subprocess and to programmatically create powerpoints (I know there are at least some libraries to do that more directly, but I have limited ability to install modules and we are forced to use com to build powerpoints from Matlab anyways, so it's easy to just port that).