Python generators are lazy sequences and pausable functions.
― mCoding with James Murphy (https://mcoding.io)
Source code: https://github.com/mCodingLLC/VideosSampleCode
Generators as coros: https://peps.python.org/pep-0342/
For loops vid:
https://youtu.be/Xd760PcgfPg
SUPPORT ME ⭐
---------------------------------------------------
Patreon: https://patreon.com/mCoding
Paypal: https://www.paypal.com/donate/?hosted_button_id=VJY5SLZ8BJHEE
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: https://discord.gg/Ye9yJtZQuN
Github: https://github.com/mCodingLLC/
Reddit: https://www.reddit.com/r/mCoding/
Facebook: https://www.facebook.com/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