Plugin System
When building Python applications, it's good to develop the core of your program, and allow extension via plugins.
I still don't know how to do it, but I'm going to gather interesting references until I tackle it.
- Beets plugin system looks awesome.