Re: [Python-ideas] Vectorization [was Re: Add list.join() please]

2019-02-09 Thread Stephen J. Turnbull
Christopher Barker writes: > well, vectorization is kinda the *opposite* of matrix multiplication -- > matrix multiplication is treating the matrix as a whole, When I think of treating the matrix as a whole, I think of linear algebra. Matrix multiplication is repeated application of the inner

Re: [Python-ideas] Keeping discussion relevant

2019-02-09 Thread Christopher Barker
I'm trying to not be snarky here, but frankly, these "meta-conversations" about how and what we should discuss on the list are more distracting to me than the occasional OT wanderings ... -CHB -- Christopher Barker, PhD Python Language Consulting - Teaching - Scientific Software Developme