## 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-10|2021-06-10]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-13|2021-06-13]]
- [[Python]] Wheel in python
- [[Python]] [Python Poetry](https://python-poetry.org/docs/cli/)
- [[Python]] [What the heck is pyproject.toml?](https://snarky.ca/what-the-heck-is-pyproject-toml/)
- [[Python]] <https://python.plainenglish.io/start-managing-your-dependencies-using-poetry-in-python-b2f1e227fcf7>
- [[Python]] [New in Python 3.10: 4 Features You Should Try Out](https://betterprogramming.pub/new-in-python-3-10-4-features-you-should-try-out-d48db504500d)
- [[Python]] [New Features in Python 3.10](https://youtu.be/5-A435hIYio)
- refactor [[workflow]] with [[poetry]] [[black]] [[DevLog/s/l/python/libs/sphinx]] [[Restructured Text]]
- [[Python]] [PandasGUI: Analyzing Pandas dataframes with a Graphical User Interface](https://towardsdatascience.com/pandasgui-analyzing-pandas-dataframes-with-a-graphical-user-interface-36f5c1357b1d)
- [[Python]] [The Hottest New Feature Coming In Python 3.10 - Structural Pattern Matching / Match Statement](https://youtu.be/-79HGfWmH_w)