is @ operator popular now?

Matt Wheeler m at funkyhat.org
Sat Jul 15 13:09:05 EDT 2017


On Sat, 15 Jul 2017, 13:49 Christian Heimes, <christian at python.org> wrote:

> @ is an actual operator in Python. It was added in Python 3.5 as infix
> matrix multiplication operator, e.g.
>
>    m3 = m1 @ m2
>

TIL

The operator is defined in PEP 465,
> https://www.python.org/dev/peps/pep-0465/


Perhaps it should also be listed at
https://docs.python.org/3.6/genindex-Symbols.html
-- 

--
Matt Wheeler
http://funkyh.at



More information about the Python-list mailing list