## 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-09|2021-09-09]]
- [[Python]] [5 Advanced Python Function Concepts Explained With Examples][1]
- [[Python]] [7 Levels of Using F-Strings in Python][2]
- [[Python]] [Logging in Python like a PRO 🐍🌴][3]
- [[etl]] information technology data management [Why You Should Learn To Manually Code Data Warehouse Processes][4]
- [[Python]] [Do You Read Excel Files with Python? There is a 1000x Faster Way][5]
- [[tsql]] [[Python]] [[etl]] [The Benefits Of Using Python And T-SQL Over SSIS For ETL][6]
- [[etl]] [[tsql]] [MASS STREET DATA WAREHOUSE ETL FRAMEWORK][7]
[1]: https://betterprogramming.pub/5-advanced-python-function-concepts-explained-with-examples-dcf10389ac9a
[2]: https://python.plainenglish.io/7-levels-of-using-f-strings-in-python-99b11707d14b
[3]: https://blog.guilatrova.dev/how-to-log-in-python-like-a-pro/
[4]: https://datadrivenperspectives.com/why-you-should-learn-to-manually-code-data-warehouse-processes-b2ebf2eb6b4e
[5]: https://www.kdnuggets.com/2021/09/excel-files-python-1000x-faster-way.html
[6]: https://datadrivenperspectives.com/the-benefits-of-using-python-and-t-sql-over-ssis-for-etl-ca50c6e11819
[7]: https://etl-framework.massstreetuniversity.com/data-warehouse-etl-framework/