If you write Python programs to run on Microsoft Windows you are absolutely required to add this book to your library. Good coverage of writing COM servers, Windows Services, handling Windows Event logs. Information is very difficult to get elsewhere. Don't let the edition or the date turn you away. The fundamentals of Windows programming hasn't changed since Windows NT 4.0 was introduced so everything still works the...
0Report
Python is the best choice for people who want to implement COM in the software they develop - mostly due to its clear structure and object - oriented nature. This is where this book mostly comes.This book is well-written, practical-oriented and ideal for the newbie programmer who has already some idea over Python (O'Reilly's 'Learning Python' is the best place to start).However, even experienced programmers need it because...
0Report
As I say in the title this is not a bad book. It's just not what I expected. The title is a bit of a misnomer, perhaps it should have been called "COM programming with Python". I had hoped to find some useful stuff on how to write GUI applications for Win32 but that topic was just slightly more than 40 pages in a book with over 600 pages. Still, I'd recommend it to anyone running Python on a Win32 platform.
0Report
Within a few hours of acquiring this book, it had enabled me to finish a project and save myself a lot of embarrassment at work.The authors give is a detailed introduction to Python for Win32 developers - covering both system administration and back-end and front-end application development. It also provides an excellent introduction to COM (the Python/COM interface is the key component of the Win32 extensions). There is...
0Report
this book covers it all: com, dcom, database, etc. Whatever question you may have had about Python's capabilities & how to get the most from it on the Windows platform are answered here. The authors should be commended on such a fine offering. Books like this solidify O'Reilly's reputation as the premiere publisher of Computer books.
0Report