Saturday, May 18, 2013

Loop like a native: while, for, iterators, generators

Python provides powerful primitives for iterating over your data in ways that let you express yourself clearly and directly. But even programmers familiar with the tools don't use them as fully as they could. This talk will cover Python's iteration tools, from basic loops to generators and how to add iteration to your own classes. Come learn how looping was meant to be!
Ned Batchelder

No comments:

Post a Comment