#Iterable
1 posts
4 min read
Modern Python Intermediate #4: Iterables/generators/yield from
How for works — the iterable protocol, generator functions and expressions, delegation with yield from, and send/throw — all in one place.
1 posts
How for works — the iterable protocol, generator functions and expressions, delegation with yield from, and send/throw — all in one place.