Python Programming On Win32: Help for Windows Programmers

Category: Operating Systems
Author: Mark Hammond, Andy Robinson
3.4
This Year Stack Overflow 1
This Month Stack Overflow 1

Comments

by ptx   2022-05-09
Python with pywin32 [1] was also, and still is, a pretty good way to work with COM APIs. There is a book on it [2] from twenty years ago that is still surprisingly applicable.

[1] https://www.amazon.com/Python-Programming-Win32-Windows-Prog...

by anonymous   2017-08-20

What I can recommend if you are okay with buying a book is this guide.

The documentation(can also be found in the installation of PyWin32) and Active State's doc(with their list of objects and modules) should do the rest.

by anonymous   2017-08-20

Python Programming On Win32 from O'Reilly is a great, if dated, book on the subject. I've read it and is very good.

You can get it in Amazon too.

Its not documentation, per se, but its really useful for a good introduction to COM programming with Python, among other advanced stuff.