Python pywin32

From wikinotes
http://timgolden.me.uk/pywin32-docs/PyWin32.html Official Documentation
http://timgolden.me.uk/pywin32-docs/modules.html pyWin32 Modules
https://msdn.microsoft.com/en-ca/library/windows/desktop/aa383751(v=vs.85).aspx Microsoft's API Datatypes documentation

This is the main way of interacting with the win32 api, and the windows COM interface. I am anticipating that the majority of the windows section to be using this.