## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2021-09-10|2021-09-10]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-09-14|2021-09-14]]
- [Do we still need dataclasses? // PYDANTIC tutorial][1]
- <https://github.com/ArjanCodes/2021-dataclasses>
- <https://github.com/ArjanCodes/2021-pydantic>
- <https://pydantic-docs.helpmanual.io/>
- building flow call stack charts of [[Python]] programs
- use this python module: [code2flow][2]
- need graphviz installed OR use set `--output` to `file_name.dot`
- Then use this vscode extension: `tintinweb.graphviz-interactive-preview` to preview it
- [[pytesseract]] [Calm Code Pytesseract][3]
- <https://exercism.org/> ❗❗❗❗❗
- <https://github.com/Instagram/MonkeyType> Monkeytype for static type generation on the code
[1]: https://youtu.be/Vj-iU-8_xLs
[2]: https://github.com/scottrogowski/code2flow
[3]: https://calmcode.io/shorts/pytesseract.py.html