Weekly Shaarli

All links of one week in a single page.

Week 19 (May 8, 2023)

Reconciling Dataclasses And Properties In Python - Florimond Manca

A deep dive 'problem solving report' of how to use property decorators (i.e. creating getters and setters) for python dataclasses. Not as easy as it seems! But in the end fairly elegant.

GitHub - eranimo/hexgen: A Python-based hexagonal world map generator

Pretty in-depth hexagonal world generator, taking temperature, moisture and more into account.