It would be useful if there was some method to quickly print a Taxonomy. Something like print_fast(taxonomy, root=None, levels=3) where you can specify the root (top-level) node and the number of levels would probably be simplest (although the average # of children per parent could cause this to break?).