[Numpy-discussion] Silent Broadcasting considered harmful

Sturla Molden sturla.molden at gmail.com
Tue Feb 10 03:02:57 EST 2015


Chris Barker <chris.barker at noaa.gov> wrote:

>  The strongest use-case seems to be
> for teaching that involves linear algebra concepts, not real production
> code.

Not really. SymPy is a better teaching tool.

Some find A*B easier to read than dot(A,B). But with the @ operator in
Python 3.5 it does not have a usecase at all.


Sturla




More information about the NumPy-Discussion mailing list