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 data into action, powering intelligent, personalized experiences …

  2. Iterable - LinkedIn

    Iterable is the AI customer engagement platform built for enterprise scale, loved by teams, and trusted by global brands like Priceline, Fabletics, Blockchain, and Box. It transforms data into...

  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, or which defines a __getitem__ method that can take sequential …

  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. Unless otherwise specified by the implementing class, actions are …

  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 needs either a method __iter__, which returns an iterator, or a …

  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 single line and enumerate those iterables in a loop.

  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 .__iter__ () and .__next__ () methods to produce items one at a time.

  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 supporting the__getitem__ () method. The second works with a callable …

  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 using the next () method. You can loop over an iterable, but you cannot …

  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 or repeated. Webster's Revised Unabridged Dictionary, published 1913 …