Since we're looking, is there some way to more clearly separate table vs row than using pluralization? e.g. I think it would be much cleaner if we could say something like rec = Poll() table = Poll.table()
fewer imports required, less misspellings, etc. Don't know if it would be possible, though... I am new to Python and know there is the 'classmethod' option but don't know if there are other details to consider. -rob