Coddy logo

Login

menu icon
Loading...Creator image

Creator

Anonymous

Python Iterators

In this course you will learn about iterators in Python and practice your knowledge, after this course you will be able to master this topic!

13 Lessons

12 Challenges

certification icon

With Certificate

Prerequisites

Save for later

Introduction to Iterators

What are Iterators?

Iter() and Next() Functions

StopIteration Exception

Creating Custom Iterators

Implementing __iter__()

Implementing __next__()

Infinite Iterators

Iterator Tools

Built-in Iterator Functions

Itertools Module

Generator Expressions

Practice Challenges

Custom Range Iterator

Fibonacci Iterator

Cyclic Iterator

Filtered Iterator