From f28359efcab11d34e4f06b29408746099828387b Mon Sep 17 00:00:00 2001 From: nilbuild <4921183+nilbuild@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:42:47 +0000 Subject: [PATCH] chore: sync content to repo --- roadmaps/python/content/@tbR_h9NpZ5tBTYuCfwkcY.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roadmaps/python/content/@tbR_h9NpZ5tBTYuCfwkcY.md diff --git a/roadmaps/python/content/@tbR_h9NpZ5tBTYuCfwkcY.md b/roadmaps/python/content/@tbR_h9NpZ5tBTYuCfwkcY.md new file mode 100644 index 000000000000..4b981a8813e8 --- /dev/null +++ b/roadmaps/python/content/@tbR_h9NpZ5tBTYuCfwkcY.md @@ -0,0 +1,8 @@ +# @ (Matrix Multiplication Operator) + +The @ symbol is a binary operator used to perform matrix multiplication between two objects, such as NumPy arrays or standard Python lists converted into matrices. Introduced in PEP 465, it provides a clean and readable syntax that distinguishes matrix multiplication from standard element-wise multiplication, which is typically handled by the asterisk (*) operator. + +Visit the following resources to learn more: + +- [@official@A dedicated infix operator for matrix multiplication](https://peps.python.org/pep-0465/) +- [@article@Matrix Multiplication in Python: The Complete Decision Guide](https://roadmap.sh/python-data-analysis/matrix-multiplication) \ No newline at end of file