Navigation
index
next
|
previous
|
Python on Windows
»
Programming Areas
»
Processes - STUB
¶
Sections
¶
Create a Process
Still to come:
Create Process
Using subprocess
ShellExecute
Killing process
IPC - cf IPC section
Monitoring Processes (a la Task Manager)
References
¶
See also
Windows Registry Functions
Documentation on microsoft.com for registry functions
WMI registry provider
Documentation on microsoft.com for StdRegProv WMI class
_winreg module
Documentation on python.org for _winreg module
ctypes
ctypes module for Python (built-in from Python 2.5+)
pywin32 extensions
pywin32 extensions for Python on Windows
YAPRW
Yet Another Python Registry Wrapper from the Python Cookbook site
_winreg wrapper
_winreg wrapper from the Python Cookbook site
Registry dictionary wrapper
Treat the registry like a dictionary from the Python Cookbook site
Table Of Contents
Python on Windows
Introduction
Where do I begin?
Getting Started
What do I need to download?
Now what do I do?
Scripts, Paths, Icons, AppPaths etc.
And how do I use Python?
Programming Areas
COM - STUB
IPC - STUB
Building & Deploying - STUB
Files & Folders - STUB
Multimedia - STUB
Networking - STUB
Printing - STUB
Processes - STUB
The Registry
Security
Services - STUB
Shell Programming - STUB
System - STUB
UI - STUB
Third-Party Modules - STUB
Resources & Links
Acknowledgements
Previous topic
Printing - STUB
Next topic
Create a Process
This Page
Show Source
Quick search
Navigation
index
next
|
previous
|
Python on Windows
»
Programming Areas
»