Is there *any* real documentation to PyWin32?

kyosohma at gmail.com kyosohma at gmail.com
Thu Dec 20 12:16:53 EST 2007


On Dec 20, 9:57 am, ru... at yahoo.com wrote:
> On Dec 20, 6:35 am, Benoit <benoit.barberou... at gmail.com> wrote:
>
> > I understand that the Win32 has been said to be itself poorly
> > documented, so perhaps that the documentation that comes with the
> > modules is of similar quality is no coincidence.  Maybe I'm still too
> > young in my programming to grasp the good of that documentation, but
> > for myself, it tells me next to nothing.  Could anyone point me to
> > anything which may exist that does a better job of explaining the
> > extensions' use?  I tried to take a look @ Microsoft's documentation,
> > but it was confusing.
>
> There is Mark Hammond's book [1] about python-win32 though I haven't
> used it and don't know if it contains anything that would be helpful
> to you.
> It is rather old now but some claim that is not important. [2]
>
> Personally I consider Python-win32 to be docware -- software that is
> sufficiently difficult to use with the included free documentation
> that many people will just buy the $$$ documentation.  Numpy is
> another prominent example of docware.  A misappropriation of the good-
> will value of legitimate open source software.
>
> [1]http://www.amazon.com/Python-Programming-Win32-Windows-Programmers/
> dp/1565926218/ref=sr_1_1?ie=UTF8&s=books&qid=1198165983&sr=1-1
> [2]http://groups.google.com/group/comp.lang.python/browse_thread/thread/...

The book of which you speak is still relevant since the Microsoft's
API hasn't changed much. Everything I've tried of their examples has
worked. Unfortunately, it is kind of expensive.

Mike



More information about the Python-list mailing list