Standard Deviations
Blog Writings About
    Technical 18 February 2023
    technical python
    A Practical Introduction to Polars for Python Data Processing

    Polars is a "lightning-fast DataFrame library for Rust and Python" - if you're familiar with Pandas, Polars is quite similar but significantly faster and with a cleaner API. This post is a brief tour of how to set up and use Polars, working through a pragmatic example of the things you …

    More
    Technical 16 February 2023
    how-to
    Blog Technical Setup

    Overview

    I'm using Pelican as the static website creation framework.

    I created the theme myself, I can open sores it if anyone is interested. It uses tailwind, which is mostly quite good, but a pain when it comes to integration with Pelican: tailwind wants classes added to html, but the …

    More