Python generators are lazy sequences and pausable functions.
― mCoding with James Murphy (https://mcoding.io)
Source code: https://github.com/mCodingLLC/VideosS...
Generators as coros: https://peps.python.org/pep-0342/
For loops vid: • For loops are redundant
SUPPORT ME ⭐
---------------------------------------------------
Patreon: / mcoding
Paypal: https://www.paypal.com/donate/?hosted...
Other donations: https://mcoding.io/donate
Top patrons and donors: Jameson, Laura M, Dragos C, Vahnekie, Neel R, Matt R, Johan A, Casey G, John Martin, Mutual Information
BE ACTIVE IN MY COMMUNITY 😄
---------------------------------------------------
Discord: / discord
Github: https://github.com/mCodingLLC/
Reddit: / mcoding
Facebook: / james.mcoding
CHAPTERS
---------------------------------------------------
0:00 Intro
0:16 Defining generators
1:55 Iterators and Range
3:49 File processing
4:55 Lazy sequences and Collatz
7:19 Generator comprehensions
8:05 Generator pipelines
9:49 Advanced usage, send/throw/close
13:05 Yield from
15:12 Thanks