## 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-13|2021-06-13]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-15|2021-06-15]] - [[Python]] [[asyncio]] [Python Asynchronous Programming - AsyncIO & Async/Await](https://youtu.be/t5Bo1Je9EmE) - [[Python]] [Python 3's f-Strings: An Improved String Formatting Syntax (Guide)](https://realpython.com/python-f-strings/) - [[Python]] [Assignment Expressions: The Walrus Operator](https://realpython.com/lessons/assignment-expressions/) - [[Python]] [What's the meaning of underscores (\_ & \_\_) in Python variable names?](https://youtu.be/ALZmCy2u0jQ) - [[Python]] [[openpyxl]] [Automate Excel With Python - Python Excel Tutorial (OpenPyXL)](https://youtu.be/7YS6YDQKFh0)