Ottawa Python Monthly Meeting: Iterables, Iterators and Generators
Hosted by Ottawa Python Authors Group
Details
http://opag.ca (http://opag.ca/)
Python has borrowed some of the best iteration features from other programming language, and adds a few nice tricks of its own.
This talk will introduce Python Iterables and Iterators, then go deep into the world of Generators: where to use them and how they can help make your python programs more testable and easy to follow.
By the end of the talk we will have built a complete interactive 2-player network game with about 70% of the code written as generators. Follow the development of the slides on: https://github.com/wardi/iterables-iterators-generators