Skip to content
DelftStack logo
Menu
  • Explore topics
  • Tutorials
  • HowTos
  • Reference
English ⌄
  • English
  • 日本語
  • 한국어
  • Deutsche
  • Español
  • 正體中文
  • Français
  • 简体中文
Home/Tags/Python Iterator

Topics

Python Iterator

About this topic: Articles tagged __TAG__

Showing 3 articles

Related tags

PythonPython Generator

Topics

Articles

Showing 3 articles

How-tos How to Convert Python Object to Iterator This article discusses the idea of iterators in Python and converting an object to iterator using the __iter__() and __next__() method. ↗ How-tos How to Differentiate Iterator and Generator in Python This article gives the most basic differences between iterators and generators in Python, and illustrates these points with an example. ↗ How-tos Python Custom Iterator In this article, we will learn what iterators are and how to create a custom iterator with the help of class methods called __iter__ and __next__. We will also learn how to create … ↗

No articles found

Try clearing the filters.

← All topics

DelftStack logo

DelftStack is a practical home for quick coding references, tutorials, and practical examples.

  • About US
  • Write For Us
  • Privacy Policy
  • Advertising
  • Contact

© 2026 DelftStack