11 Python Magic Methods Every Programmer Should Know - KDnuggets
Want to support the behavior of built-in functions and method calls in your Python classes? Magic methods in Python let you do just that! So let’s uncover the method behind the magic.
types - What are "named tuples" in Python? - Stack Overflow
Any Python files is a Module in Python. A python package is a collection of such modules along with a `__init__.py` file. Let's understand how to work with modules and packages with clear examples.
dataclasses — Data Classes — Python 3.11.13 documentation
Data classes was an interesting read and will definitely save some time in the future, but I think the __slots__ mention is where I got the most value from (big memory and access speed savings!
Một số bài tập dictionary trong Python dành cho người mới
Trong bài viết này, mình sẽ tìm hiểu về thuộc tính __slots__ trong Python – một công cụ mạnh mẽ giúp tối ưu hóa bộ nhớ cho các lớp.
