Results tagged “pymotw” from O'Reilly News

Receive notification of asynchronous system events with the signal module.Module: signalPurpose: Handle asynchronous events.Python Version: 1.4 and laterDescription:Programming with Unix signal handlers is a non-trivial endeavor. This is an introduction, and does not include all of the details you may...
Use the webbrowser module to display web pages to your users.Module: webbrowserPurpose: Open web pages in a browser.Python Version: 2.1.3 and laterDescription:The webbrowser module includes functions to open URLs in interactive browser applications. The module includes a registry of available...
The uuid module implements Universally Unique Identifiers as described in RFC 4122.Module: uuidPurpose: Generate unique identifiers for objects.Python Version: 2.5Description:RFC 4122 defines a system for creating universally unique identifiers for resources in a way that does not require a central...
The base64 module contains functions for translating binary data into a subset of ASCII suitable for transmission using plaintext protocols.Module: base64Purpose: Encode binary data into ASCII characters.Python Version: 1.4 and laterDescription:The base64, base32, and base16 encodings convert 8 bit bytes...
As a follow-up to last week's article on SimpleXMLRPCServer, this week covers the client-side library xmlrpclib.
Manage non-error alerts through the warnings module.

Popular Topics

Archives

Or, visit our complete archives.


Got a Question?