## 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-09-20|2021-09-20]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-09-22|2021-09-22]] - [[Python]] [[numpy]] [NumPy Tutorial](https://youtube.com/playlist?list=PLhTjy8cBISEpTyVbZGYUesjpeUXth8rqs) - [x] [This One Technique Is How I Build Projects Without Getting Stuck][1] - Write comments (pseudo-code) for everything that should happen then write the code for it - Writing out comments for the logic of the code/functions to flesh out - [[Python]] [6 Must-try Python Programs][2] [1]: https://youtu.be/Qvmp4F-hOKA [2]: https://levelup.gitconnected.com/6-must-try-python-programs-5d92ff36e620