I have some objects whicha re associated with dates. I would like to be able to get objects for a given date range, as well as for a single date. What is the best data structure in python to do this?
I believe in some languages this would be achieved using a 'Curve'.