Tagged Questions

2
votes
1answer
101 views

Is there a way to construct lazy sequences in Python?

There is a Django view that loads Member objects from the database with a certain filter. Now I need to change this logic to present a specific Member first, and let the rest follow in their natural ...