Recent
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. For example, in the following python Celsius class, I would call temperature a property of that class.
My Neovim Configuration and Cheatsheet
·9 mins
Update 01-2025 - I switched to using the LazyVim distro and it really has all the bells and whistles while remaining fast and configurable. I will eventually come back and update this page with my LazyVim experience.
Dead Simple Method for Managing Python Virtual Environments
·3 mins
While there are many tools for managing python virtual environments, sometimes you just need something portable and dead simple.