Skip to main content
  1. Tags/

Python

2023


Attribute vs. Property in Python

·2 mins
Normally, when I talk about classes as it relates to programming I use the word property to describe a piece of state stored on a class, which represents a characteristic or feature.

2022