Explore >> Select a destination


You are here

juandebravo.com
| | anandology.com
4.6 parsecs away

Travel
| |
| | morestina.net
4.4 parsecs away

Travel
| | Several months ago a StackOverflow user asked an interesting question: Imagine we have an iterator, say iter(range(1, 1000)). And we have two functions, each accepting an iterator as the only param...
| | www.integralist.co.uk
2.9 parsecs away

Travel
| | In this post I'm going to be talking about what a generator is and how it compares to a coroutine, but to understand these two concepts (generators and coroutines) we'll need to take a step back and understand the underlying concept of an Iterator. We ultimately we'll be discussing... Iterators Why use Iterators? Iterator Implementation Iterator Example Generators Why use Generators? Generator Implementation Generator Example Generator Expressions Nested Generators (i.e. yield from) Coroutines Why use Co...
| | lwn.net
25.8 parsecs away

Travel
| One of the biggest problems in kernel development is dealing with concurrency. In a system whe [...]