## 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-08-30|2021-08-30]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-09-08|2021-09-08]]
- [[Python]] [5 Python BAD Practices To Avoid][1]
- [[Python]] [Brew a Coffee With Python - Tuya Smart IOT Platform Walkthrough][2]
- [[Python]] [[rich]] [calmcode rich: trees][3]
- [[Python]] [[rich]] [calmcode rich: constructions][4]
- [[Python]] [[multiprocessing]] [Python Tutorial - how to use multiprocessing to run multiple functions at the same time][5]
[1]: https://youtu.be/5Ui37whUDrM
[2]: https://youtu.be/Jj2T4TuHRRo
[3]: https://calmcode.io/rich/trees.html
[4]: https://calmcode.io/rich/constructions.html
[5]: https://youtu.be/35yYObtZ95o