On Thu, 1 Jul 2021, Tomas Kuchta wrote:
Are you seriously publishing other people SSNs for everyone on the net?
Tomas, As I wrote,
Using factory I created lists of SSNs, names, and addreses. Now I want to combine the SSNs and names, row-by-row, as they're in the same database table.
See: https://pypi.org/project/Factory/ Project description Overview Factory is an object-oriented approach to partial function application, also known as currying. The Factory module is a more powerful implementation of this pattern. Some improvements include: - safer, as invalid arguments are detected immediately, instead of at call time - intelligent support for classes, instance methods & all other callables - bound arguments can be inspected and modified as attributes - several convenient methods for (re)binding arguments - no “Russian dolls” of nested lambdas Rich
