I just added a super slick feature that shows our course prices in your local currency at https://training.talkpython.fm/courses/all Usually this is super fast but rarely requires over 50 calls to a slow API (long story). So I implemented the client side with just 2 lines of code using #htmx. What a lovely technology. (BTW, we also have two courses on it listed on that page, very meta). #python