Real Python Tutorials
Using Python's .__dict__ to Work With Attributes
In this tutorial, you'll dive deeper into the .__dict__ attribute in Python objects. This attribute is a dictionary-like object that holds writable class or instance attributes. It allows you to manage attributes at a low level, making your classes flexible and efficient.
Explore Real Python
Python News Roundup: April 2025
Apr 07, 2025 community
Introducing DuckDB
Mar 26, 2025 intermediate databases data-science python
Getting to Know Duck Typing in Python
Mar 11, 2025 intermediate python
Python News Roundup: March 2025
Mar 10, 2025 community
Working With Python Polars
Mar 04, 2025 intermediate data-science