23 of 23 people found the following review helpful:
5.0 out of 5 stars
Well written, and a key reference, March 9, 2000
This review is from: Python Programming on WIN32: Help for Windows Programmers (Paperback)
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 a nice progression from introductory material to quite advanced topics such as implementing NT services, or COM threading.
The range of topics covered is surprisingly broad. Also, the case studies are nice, and far from trivial: e.g. an accounting system that scripts Word and Excel, an invoicing system that produces PDF output.
The design of the Python Win32 extensions is admirable, so implementing COM clients in Python (e.g. scripting Excel) is simple - the online documentation is more than adequate. However, implementing COM servers (e.g. Excel-callable functions) is more subtle, and it would be unwise to attempt this without the information in this book. Hopefully a future edition will have more information on DCOM.
The section on GUI development is very helpful. I'm glad the authors covered wxPython as well as Tkinter - though less portable, wxPython is a much better framework on the Win32 platform.
There are some typos, but I haven't been confused by any so far.
The main difficulty with this book is that some of the information will become dated - the pace of development on both the Windows and Python sides seems to be rapid. Expect a second edition within a couple of years?
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
20 of 25 people found the following review helpful:
4.0 out of 5 stars
Not a bad book, May 7, 2000
This review is from: Python Programming on WIN32: Help for Windows Programmers (Paperback)
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.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
8 of 9 people found the following review helpful:
4.0 out of 5 stars
Very good, misses a few spots, May 12, 2000
This review is from: Python Programming on WIN32: Help for Windows Programmers (Paperback)
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 it provides a set of useful examples for rapid prototyping and reuse components.
It misses a few spots - First, you can't find much help on working on GUIs - and second (and most important) SWIG does not get the attention it deserves - it is just mentioned.
Finally, if you use Python in Win32 - or if you cannot decide what kind of COM solution you wish to develop - DO NOT CONSIDER TAKING A STEP WITHOUT THIS BOOK !
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No