What do I use pywin32 for ?
I use it for:
.COM programming – Excel automation. There are alternatives for building Excel files without .COM but if you need to invoke Excel macros within your python program, you need .COM.
This is yet another reason to stick to Windows 32 bit for now.
