Create bookmark
Python Programming On Win32
Help for Windows Programmers
Notes
Please login to add notes
- Table of Contents
-
+
Preface
- I
-
+
What Is Python?
- + Python Language Review
- + Python on Windows
-
+
Integrated Development Environments for Python
- + Introduction to COM
- II
-
+
A Financial Modeling Toolkit in Python
-
+
Building a GUI withCOM
-
+
Adding a Macro Language
-
+
Integration with Excel
- + Printed Output
- + Distributing Our Application
- III
-
+
Advanced Python andCOM
- + Databases
- + Working with Email
- + Using the Basic Internet Protocols
-
+
Windows NT Administration
- + Processes and Files
- + Windows NT Services
-
+
Communications
- + GUI Development
-
+
Active Scripting
- + Extending and Embedding with Visual C++ and Delphi
- IV
-
+
Key Python Modules and Functions
-
+
Win32 Extensions Reference
- + Common Win32 Python Objects
- + pythoncom Module
- + win32api Module
- + win32event Module
- + win32evtlog Module
- + win32file Module
- + win32pipe Module
- + win32process Module
-
+
Service-Related Modules
-
+
win32net Module
- NetGroupGetInfo
- NetGroupGetUsers
- NetGroupSetUsers( )
- NetGroupSetInfo( )
- NetGroupAdd( )
- NetGroupAddUser( )
- NetGroupDel( )
- NetGroupDelUser( )
- NetGroupEnum
- NetLocalGroupAddMembers( )
- NetLocalGroupDelMembers( )
- NetLocalGroupGetMembers
- NetLocalGroupSetMembers( )
- NetMessageBufferSend( )
- NetServerEnum
- NetServerGetInfo
- NetServerSetInfo( )
- NetShareAdd( )
- NetShareDel( )
- NetShareCheck
- NetShareEnum
- NetShareGetInfo
- NetShareSetInfo( )
- NetUserAdd( )
- NetUserChangePassword( )
- NetUserEnum
- NetUserGetInfo
- NetUserSetInfo( )
- NetUserDel( )
- USER_INFO Structures
- SERVER_INFO Structures
- GROUP_INFO Structures
- GROUP_USERS_INFO Structures
- LOCALGROUP_USERS_INFO Structures
- LOCALGROUP_INFO Structures
- LOCALGROUP_MEMBERS_INFO Structures
- + The Python Database API Version 2.0
-
+
Threads
- Index
Python is growing in popularity; based on download statistics, there are now over 450,000 people using Python, and more than 150,000 people using Python on Windows. Use of the language has been growing at about 40% per year since 1995, and there is every reason to believe that growth will continue.
Despite Python's increasing popularity on Windows, Python Programming on Win32 is the first book to demonstrate how to use it as a serious Windows development and administration tool. Unlike scripting on Unix, Windows scripting involves integrating a number of components, such as COM or the various mail and database APIs, with the Win32 programming interface. While experienced Windows C++ programmers can find their way through the various objects, most people need some guidance, and this book is it. It addresses all the basic technologies for common integration tasks on Windows, explaining both the Windows issues and the Python code you need to glue things together.
Topics include:
The Python language and the PythonWin extensions
Building a GUI with COM
Adding a Macro language
Distributing the application
Client-side COM for output and data access
Integration with mail and other internet protocols
Managing users and drives
This is a vital and unique book. Python Programming on Win32 is an excellent presentation of Windows application development and a solid illustration of how to use Python in the Windows environment.
Test the closed alpha on paperc.com
Book Details
Authors
Mark Hammond and Andy Robinson
Categories
Computers > Programming Languages > JavaScript
Publishers
Publication year : 2008
License: All rights reserved ©
Times read: 486

