
I loved this talk at by @Reuven about when students should and should not use LLMs when learning to program.
Lots of practical tips: https://speakerdeck.com/reuven/edu-summit-2025-dot-key
Learnt about t-strings from @davepeck and @pauleveritt at #FlaskCon-
the formatting is the exact same as f-strings, but the return type is a Template object with a mix of strings and interpolated values.
Learnt about both "event sourcing" and the datastar framework from @_chrismay at #FlaskCon #PyconUS
Really intriguing way to track data as events, and stream event changes back. Still trying to wrap my head around it!
Chris demo'ed this app:
https://github.com/Chris-May/movie_theater
Getting ready for my 2pm talk at #FlaskCon: Testing Flask and Quart Apps with Playwright
Room 317, come on by!!
https://pamelafox.github.io/my-py-talks/testing-apps-playwright/