The Three of Wands
  • Home

cattrs I: un/structuring speed

cattrs I: un/structuring speed

7 months ago 6 min read cattrspython
Over the years, I've put a lot of effort into making cattrs fast. Let's take a look at how the cattrs structuring code evolved during this time.
Read Now Read Later
Tin
By: Tin

Why I use attrs instead of pydantic

a year ago 11 min read attrscattrspythonpydantic
This post is an account of why I prefer using the attrs library over Pydantic. I'm writing it since I am often asked this question and I want to have something concrete to link to.
Read Now Read Later
Tin
By: Tin

On structured and unstructured data, or the case for cattrs

2 years ago 5 min read pythonattrscattrs
If you've ever gone through the Mypy docs, you might have seen the section on TypedDict. The section goes on to introduce the feature by stating: Python programs often use dictionaries with string
Read Now Read Later
Tin
By: Tin

The Inner Workings of: Arq

2 years ago 6 min read pythoninner-workings-of
Arq is a job library for Python's asyncio. This article is up-to-date with Arq v0.19 The Point of Job Libraries The main point of (what I colloquially call) a job library is,
Read Now Read Later
Tin
By: Tin

Building Pyrseia III: Server Middleware, Client Senders, CLI and InApp Validators

2 years ago 5 min read pythonpyrseia
This is the third article in the Pyrseia series. The others are: Building Pyrseia I: The Idea Building Pyrseia II: Fleshing out Clients and Servers If you want to follow along with the
Read Now Read Later
Tin
By: Tin
Page 1 of 2
Older Posts
Powered by Ghost
The Three of Wands