April 2007
March 2007
bsddb3 Python documentation
This is a simple bit of documentation for the bsddb3.db Python extension module which wraps the Berkeley DB 3.x or 4.x C library. The extension module is located in a Python package along with a few pure python modules.
Python: module xattr
This module gives access to the extended attributes present in some operating systems/filesystems. You can list attributes, get, set and remove them.
ASPN : Python Cookbook : Twisted / BitTorrent :: Client / Server
Two modules that run a BitTorrent server, and uses Twisted as a client to coordinate control-message passing, and progress monitoring.