-
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.namedtuple
andtyping.NamedTuple
- They are types of fabric class
-
There is a minor difference between
namedtuple
andtyping.NamedTuple
is the second one can have typing annotations. However, both inherent from tuple
-
@dataclass
has the special method__post_init__
to deal with post initialization
-
read about
sources
- chapter 5 - fluent python - luciano ramalho (2023) - web edition
