Posts with tag “programming”

See all tags
1 post in total

Using Python Generator as Iterator

Generator functions can be used to easily implement the iterable protocol.