Elektrine lite

← Feed

@baconandcoconut@freeradical.zone

Post #4390328

2026-08-04 21:28 UTC

What's the weirdest or nerdiest or most niche thing you use #python for? I love hearing people's stories and I love sharing how wide the set of use cases is.

Replies (1)

  • @oots@infosec.exchange 2026-08-05 05:41

    @baconandcoconut@freeradical.zone I'm trying to design a board/card game. I want to encode raw data (e.g. for cards) into #YAML files, and then auto generate printable PDFs containing the cards from that with #Python. For now I'm running some balancing requirements/guidelines as unittests. I also use Python to visualise some statistics on the raw data (also mostly balancing related so far).

    Open ##4390327