Skip to content

python

Members Public

Using XOR to write concise conditionals

It's not uncommon that I sometimes write if statements where the overall conditional is true when both conditions are true or both are false. As an example, let's say I'm validating input from an API call where I'm updating information on a

Members Public

Fixing "No preset version installed for command poetry"

Poetry is a packaging and dependency management tool for Python, and a tool that didn't exist when I worked with Python many years before I started working at Float. I also hadn't been exposed to asdf, which is a handy little tool for managing multiple runtimes.

Members Public

Learning in public, preparing for conferences, and learning about the world of global payments

Hi folks! I hope you're all doing well. The past couple of weeks have been filled with friends, family, and amazing food for me as the Thanksgiving long weekend was just last week here in Canada. This past month, I've been trying to get through my

Members Public

Enforcement of function keyword arguments in Python

Before starting in my new role a couple of months ago, it had been a very long time since I had programmed in Python. Incidentally, I kept working in roles over the past several years that involved either full-stack Javascript or mostly Javascript with a little bit of another language