A tour through the python standard library

A tour through the python standard library


PyConDe 2023 in Berlin.

Git archeology

Git archeology


How to find unexpected treasures from your repos git history.

User documentation

User documentation


The mental model needed to write user-documentation.

This is a cover-talk of Daniele Procida’s presentation from PyCon Australia 2017. While all the genius is his and all the errors are mine I worked hard to build my own version of his slides and make them more fitting for my audience.

Let's play testing

Let's play testing


I did my first ever lightningtalk on PyConDe 2018 in Karlsruhe. I was so excited that my brain shut of a few hours before. But the talk itself went well.

I was showing off hypothesis, a library for property based testing. My goal was to show how easy it is to use and how it can find unexpected problems.

Zahlkörpersieb

Zahlkörpersieb


Summary of my master thesis: An algorithm to find factors of number as big as 10¹⁰⁰. This doesn't come for free, there are some surprising mathematics involved.