What I know about python

I've spent the last few years working with Python. I've worked with Python on aws lambda, converted large projects from Python 2 to 3 and setup new projects in async typed Python.

Blog posts

Typed Python: Choose Sequence over List

Write more useful exceptions in python

Making python fast for free - adventures with mypyc

Follow up to 'types at the edges'

How I publish python packages

Yielding for testability in python

How the British Food Generator works

Monitoring async Python

Types at the edges in Python

Dependency injection in Python

Libraries

Lagom - A type based DI container for Python

Tale - Distributed transactions for Python

Wyrd - constrained types and other domain driven security helpers for Python

Websites

The British food generator

isseven?

Talks

Monte carlo simulation (in Python) for forecasting deadlines

Katas

Cafe Fika Kata - An intro to using types in Python

Types at the edges - An intro to using pydantic