Contribute Media
A thank you to everyone who makes this possible: Read More

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

Summary

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!

Details

Improve this page