I am doing a new #Python project, where I will try out #HTMX, and I intend to reach out to #Durus and #Quixote again – it's impressive how well old tools continue to be useful and powerful, and how their power increases with more usage.
I also keep learning new things. For example yesterday I discovered that the objects returned by dict.keys(), dict.values() and dict.items() are dynamic view objects!