About 43,500 results
Open links in new tab
  1. Iterable

    Iterable is the AI customer engagement platform built for enterprise scale, loved by teams, and trusted by global brands. It transforms …

  2. Iterable - LinkedIn

    Iterable is the AI customer engagement platform built for enterprise scale, loved by teams, and trusted by global brands like …

  3. What are iterator, iterable, and iteration? - Stack Overflow

    In Python, iterable and iterator have specific meanings. An iterable is an object that has an __iter__ method which returns an iterator, …

  4. Iterable (Java Platform SE 8 ) - Oracle

    Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception. …

  5. Difference between iterable and iterator - GeeksforGeeks

    Jul 11, 2025 · An iterator can be created from an iterable by using the function iter (). To make this possible, the class of an object …

  6. Iterables in Python

    We discussed the different types of iterables and understood when to use which iterable. We learned how to unpack iterables in a …

  7. Iterators and Iterables in Python: Run Efficient Iterations

    An iterable is an object that can be passed to the iter () function to get an iterator, while an iterator is an object that implements both …

  8. Iterator Objects — Python 3.14.5 documentation

    3 days ago · Python provides two general-purpose iterator objects. The first, a sequence iterator, works with an arbitrary sequence …

  9. Iterable in Python - pythonbasics.org

    Iterable in Python An iteratable is a Python object that can be used as a sequence. You can go to the next item of the sequence …

  10. Iterable - definition of Iterable by The Free Dictionary

    Iterable synonyms, Iterable pronunciation, Iterable translation, English dictionary definition of Iterable. a. 1. Capable of being iterated …