Lectures#
Can we use descriptor like Validator attribute (limit validation code repeatitions) : read validator class example
Primer one python iterators : python doc iterators
See functools.reduce to aggregate results of iterator : python functional programming style
On difference between iterator and iterable and iterable and data storage
Perfect answer on type hinting Iterator How to write type hinting for iterable base class
On functional programming and partial function : partial functions python