I have a complex network of objects being spawned from a sqlite database using sqlalchemy ORM mappings. I have quite a few deeply nested:
for parent in owner.col
You should be able to disable lazy loading on the relationships in question and sqlalchemy will fetch them all in a single query.