Python Forum
itertools.zip_shortest() fo unequal iterators
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
itertools.zip_shortest() fo unequal iterators
#5
i saw a web page that (maybe just poorly written) that suggested zip() and zip_longest() were both in itertools. but after post #2 i looked at builtins and saw it there. i had been assuming zip() was in itertools up until then. when i found it wasn't, i looked for zip_shortest and could not find that anywhere. then i looked for zip and it got me to itertools in another way. i must have looked for it w/o the ().

there needs to be a feature->name reference document. that would make searches a lot cleaner.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
RE: itertools.zip_shortest() fo unequal iterators - by Skaperen - Dec-26-2019, 03:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unequal values when added with 0? Azdaghost 1 328 May-24-2025, 12:24 AM
Last Post: deanhystad
  itertools and amazing speed Pedroski55 8 4,395 Nov-11-2022, 01:20 PM
Last Post: Gribouillis
  Why are two variables unequal as they point to the same value? fc5igm 4 3,825 Jun-08-2021, 02:41 PM
Last Post: fc5igm
  What happens to a <itertools.permutations object at 0x7fe3cc66af68> after it is read? Pedroski55 3 3,786 Nov-29-2020, 08:35 AM
Last Post: DeaD_EyE
  Making lists using itertools and eliminating duplicates. mike3891 2 3,196 Oct-26-2020, 05:39 PM
Last Post: bowlofred
  Python3 itertools.groupby printing the key august 1 2,924 Aug-17-2020, 05:46 AM
Last Post: bowlofred
  Generate Cartesian Products with Itertools Incrementally CoderMan 2 2,863 Jun-04-2020, 04:51 PM
Last Post: CoderMan
  how to join 2 iterators Skaperen 2 3,685 Sep-11-2019, 07:19 PM
Last Post: Skaperen
  can itertools compact a list removing all of some value? Skaperen 6 4,710 Sep-02-2019, 03:19 AM
Last Post: Skaperen
  Help with itertools jarrod0987 1 2,463 Jun-10-2019, 02:41 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020