On 2017-08-13, boB Stepp <robertvst...@gmail.com> wrote:
> REPORT GENERATION
>
> There are a variety of reports that I would like to be able to
> print to screen or paper.  Things such as a "Top x List" of
> rated players, full rating list sorted from highest rating to
> lowest, rating lists for the current school year only or a
> particular past school year, and so.  I could see wanting to
> sort such lists by various criteria depending on the type of
> report I would like to generate.  Currently this section of the
> program is a big gray area for me, but I see no reason why my
> two dictionaries cannot be manipulated to pull the desired
> results for each imagined type of report.

You really can do it, but to me this requirement argues for going
back to a database backend. Why rewrite SQL?

-- 
Neil Cerutti

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to