Posts
Longer form blog posts which can be about anything ranging from concepts in AI, Quantum, Math, Finance, Philosophy, etc.
Check out [Today I Learned (TIL)](/til) for shorter educational posts.
Simplify Python with fastcore
Dec 26
`fastcore` is an underrated Python library to simplify Python code and make you more productive. It is used extensively in [Answer.ai's](https://www.answer.ai) code. In this blog post I will show you 10 functions you can start using right away.

Fastcore Transform x Quantum
Dec 22
The `fastcore` Python library has many hidden gems that make your programming life a lot easier. One of them is `Transform`. I explain how to use it and why it works surprisingly well for simulating quantum circuits.

FastHTML Website
Nov 23
I wrote this website in FastHTML, so I'm writing this post in FastHTML about how easy and fun it is to write a website using FastHTML.
Sports Prediction With Poisson
Nov 20
Predict soccer match outcomes with the Poisson Distribution and outer product. A visual introduction.
