Hacker News new | ask | show | jobs
by kabacha 2242 days ago
> Anki is a very big and complex project

But it's not. Just look at the source code for card[1]. It's modern, fully type hinted python3 code, you don't even need to know python to understand big chunk of it.

1 - https://github.com/ankitects/anki/blob/master/pylib/anki/car...