## 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-08|2021-06-08]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-10|2021-06-10]]
- [[Python]] [[black]] code formatter/linter
- [[Python]] [Calm Code Decorators](https://calmcode.io/decorators/usage.html)
- [[Python]] [Calm Code Logging](https://calmcode.io/logging/introduction.html)
- [[Python]] [Calm Code Pre-Commit Hooks for Python Projects](https://calmcode.io/pre-commit/the-problem.html)
- [[Python]] [[pytest]] <https://testdriven.io/blog/testing-python/>
- Best way to find an rss feed for any website is to just _"View Source"_ `CTRL + F` and search for **rss**
- [[Python]] [Calm Code tqdm](https://calmcode.io/tqdm/making-a-progress-bar.html)