Learn how to create generator functions, and how to use the "yield" statement. Generator functions are a special kind of function that return a lazy iterator. These are objects that you can loop over like a list. However, unlike lists, lazy iterators do not store their contents in memory.
You'll also compare list comprehensions and generator expressions. Once you have learned the difference in syntax, you'll compare the memory footprint of both, and profile their performance using cProfile.
Click here to learn more: https://realpython.com/courses/python...
Nesta página do site você pode assistir ao vídeo on-line Generators in Python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Real Python 18 Junho 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 8,102 vezes e gostou 294 espectadores. Boa visualização!