-
Today I use some commands to list tasks that repeat on my schedules like
Write things to Zettelkasten-
the correct way to show is
task recur list- It shows my task related to review someday/maybe list as well
-
the correct way to show is
-
read chapter 5 of fluent python book
-
read about
@dataclasses,collections.namedtupleandtyping.NamedTuple- They are types of fabric class
-
There is a minor difference between
namedtupleandtyping.NamedTupleis the second one can have typing annotations. However, both inherent from tuple
-
@dataclasshas the special method__post_init__to deal with post initialization
-
read about
sources
- chapter 5 - fluent python - luciano ramalho (2023) - web edition