## 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-09|2021-06-09]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-11|2021-06-11]] - [[Python]] [Calm Code Package Setup](https://calmcode.io/setup/introduction.html) - [[Python]] [[mkdocs]] [Calm Code Documentation](https://calmcode.io/docs/introduction.html) - [[Python]] [[pandas]] [Calm Code Pandas Pipe](https://calmcode.io/pandas-pipe/pipe.html) - [[Python]] [[ray]] [Calm Code Ray](https://calmcode.io/ray/overhead.html) - [[Python]] [Object Oriented Programming (OOP) in Python](https://youtu.be/MikphENIrOo) - [[Python]] [Intro to Webhooks - Real Time App Automation (Discord Bot, Slack, GitHub)](https://youtu.be/c6d7lfvziRY) - [[Python]] [Python tips and tricks](https://github.com/CalebCurry/python-tips/blob/main/python_tips.ipynb) - [[Python]] [Python “tricks” I can not live without](https://levelup.gitconnected.com/python-tricks-i-can-not-live-without-87ae6aff3af8) - [[Python]] [Roadmap to Python Mastery](https://levelup.gitconnected.com/roadmap-to-python-mastery-93e1d24267f0) - [[github]] [Remove ability of users to use blank issue. Force Templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) - [[Python]] [Turn your Python Script into a 'Real' Program with Docker](https://python.plainenglish.io/turn-your-python-script-into-a-real-program-with-docker-c200e15d5265)