Attribute vs. Property in Python 24 March 2023·2 mins TIL Python 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.
Dead Simple Method for Managing Python Virtual Environments 11 October 2022·3 mins Python While there are many tools for managing python virtual environments, sometimes you just need something portable and dead simple.