Real Python Tutorials

Getters and Setters: Manage Attributes in Python
NEW

Getters and Setters: Manage Attributes in Python

In this tutorial, you'll learn what getter and setter methods are, how Python properties are preferred over getters and setters when dealing with attribute access and mutation, and when to use getter and setter methods instead of properties in Python.

Jan 20, 2025 intermediate python