Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Codecademy

Learn Intermediate Python 3: Iterators and Generators

via Codecademy

Overview

Create and implement your own iterators and generators in Python.
Continue your Python 3 learning journey with Learn Intermediate Python 3: Iterators and Generators. Learn how to master iterators, the key to better code efficiency and management. Then learn about generators, which allow for the creation of iterators without having to implement `__iter__()` and `__next__()` methods.



### Notes on Prerequisites
We recommend that you complete [Learn Intermediate Python 3: Exceptions and Unit Testing](https://www.codecademy.com/learn/learn-intermediate-python-3-exceptions-and-unit-testing) before completing this course.

Syllabus

  • Iterators & Generators: Take a peek under the hood of how Python uses Iterators!
    • Lesson: Iterables & Iterators
    • Quiz: Iterables & Iterators
    • Project: New Teacher in Town
    • Lesson: Generators
    • Quiz: Generators
    • Project: Event Coordinator
    • Informational: Next Steps

Taught by

Zoe Bachman

Reviews

4.4 rating at Codecademy based on 20 ratings

Start your review of Learn Intermediate Python 3: Iterators and Generators

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.