PEP 465: Matrix Multiplication Operator (@) - Scientific Computing Revolution
TL;DR
PEP 465 introduced the @ operator for matrix multiplication, solving a major readability problem in scientific Python code by providing a dedicated operator that makes mathematical formulas translate directly into code.