X
Pybites coaching update: Bob and Julian now offer coaching independently.
Learn more →
Skip to content
Pybites

Pybites

  • Community
  • Code Platform
  • Articles
  • Search

Articles on property

Concepts

5 Helpful Python Decorator Use Cases

By Bob Belderbos on 3 August 2021

Some time ago I asked on Twitter: I was curious what you use #Python decorators for?  And I got quite an amazing / insightful response: The obvious next step for me was to look at some examples / use cases. So below are 5 useful applications of decorators. Study them, then apply similar things to… Continue reading 5 Helpful Python Decorator Use Cases

Code Challenges

OOP Beyond the Basics: Using Properties for Encapsulation, Computation and Refactoring

By Bob Belderbos on 31 May 2017

In this article I share my learning of the property decorator coding a simple Account class. I think it’s an unmissable tool in your (Python) OOP toolkit.

Concepts

Everything is an Object, Python OOP primer

By Bob Belderbos on 24 January 2017

I created a notebook on OOP (object oriented programming) in Python.