## 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-06-06|2021-06-06]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-08|2021-06-08]]
- [[Python]] [[argparse]] library for CLI applications <https://realpython.com/command-line-interfaces-python-argparse/>
- [[vba]] Found a way through VBA to [automatically mark all deleted emails as read so I don't have to](https://www.extendoffice.com/documents/outlook/1931-outlook-auto-mark-deleted-email-as-read.html)
- [[Python]] unit testing using decorators [language summit article](https://pyfound.blogspot.com/2021/06/the-2021-python-language-summit-fuzzing.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+PythonSoftwareFoundationNews+(Python+Software+Foundation+News))