
ai-chat
A mental model for `yield from`
❓Prompt: teach me the difference between yield and yield from in python. I understand yield from can replace the iterative nature of reading from a generator to get all the results. But as I understand it, it also covers a lot of other edges too, when you send stuff into