Python Web Development
Those things about generators
Those things about generatorsAuthor: Lee's aoWords written in the front❈I wanted to continue writing about Flask this week, but I decided to change my taste and talk about generators and coroutines in Python that are not easy to understand but very important.❈ Generators popular science I guess everyone is no stranger to generators, but in order to make me happily continue to pretend, let's talk about what a generator is. For example, in Python, we want to generate a list in a range (1,100000),