A module to help you with your python needs. It didn't take long to make this, and I'm releasing it as public domain. This little module provides an interesting plugin infrastruction that gives you modularity, flexibility, and a new way to look at the logic and setup of your programming. Think of LISP compared to procedural programming (most C/C++/Python/etc.) This does the same thing to object oriented programming. WARNING: I take no responsibility if the weirdness makes your head explode.
Another public-domaine'd module I've made. This extends the basic python threading scheme. It allows you to make child classes of locks, events and conditions, as well as has a read/write mode lock and some "safe" locks.