## 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-22|2021-09-22]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-09-29|2021-09-29]]
#### Inputs
- [[( 5 Best Windows 11 Apps for Productivity]]
- [[packaging-in-python-tools-and-formats]]
- [[the-last-20-python-packages-you-will-ever-need]]
- [[sqlfluff-the-linter-for-modern-sql]]
- [[dotfiles-for-developers-part-2]]
- [[vim-to-emacs-and-back]]
- [[the-future-of-python-packages-is-here]]
- [[comparing-python-and-sql-for-building-data-pipelines]]
- [[data-engineering-battle-python-vs-sql-vs-visualcode]]
- [[from-bullet-points-to-data-storytelling]]
- [[pareto-chart-with-python]]
- [[nbterm-jupyter-notebooks-in-the-terminal]]
- [[python-functools-lru_cache]]
- [[+ Programming Terms Memoization]]
- [[automating-windows-applications-using-com]]
- [[+ Python Programming 86 Sql And Sqlite With Python 12 Minute Review]]
- [[+ Mongodb Crash Course]]
- [[+ Zip Function In Python Combine Iterables Together]]
- [[+ Any Function In Python Check If An Iterable Contains True]]
- [[+ Iterators Iterables And Itertools In Python Python Tutorial Learn Python Programming]]
- [[+ Natural Language Processing With Spacy And Python Course For Beginners]]
- Pick through this playlist to find inputs <https://www.youtube.com/playlist?list=PLWKjhJtqVAbnqBxcdjVGgT3uVR10bzTEB>
- Pick through this playlist to find inputs <https://www.youtube.com/playlist?list=PLWKjhJtqVAbkmRvnFmOd4KhDdlK1oIq23>
- Pick through this playlist to find inputs <https://www.youtube.com/playlist?list=PLWKjhJtqVAblFnET3DbnAik--u4CBz62G>
- Look into using this tool as part of the python dev workflow <https://github.com/kylepollina/objexplore>
- [[jupyter-notebook-and-vim-neovim]]
- [[python-behind-the-scenes-13-the-gil-and-its-effects-on-python-multithreading]]
#### Notes