chore: sync content to repo (#10285)

Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-09-08 17:24:50 +02:00
committed by GitHub
co-authored by nilbuild
parent 77f17c7777
commit e2caec6efb
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
# @ (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.
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:
@@ -6,5 +6,5 @@ Visit the following resources to learn more:
- [@official@Python Official Documentation on Listsc](https://docs.python.org/3/tutorial/introduction.html#lists)
- [@article@Python for Beginners: Lists](https://thenewstack.io/python-for-beginners-lists/)
- [@article@Python for Beginners: When and How to Use Tuples](https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples/)
- [@article@Python Remove from List: Full Guide + Examples](https://roadmap.sh/python/remove-item-from-list)
- [@video@Difference Between List, Tuple, Set and Dictionary in Python](https://www.youtube.com/watch?v=n0krwG38SHI)