Hacker News
- More Itertools https://more-itertools.readthedocs.io/en/stable/ 49 comments
- Iterstuff is the cut-down single-blade version of Python itertools https://github.com/mobify/iterstuff 2 comments
- A look at some of Python's useful itertools http://naiquevin.github.io/a-look-at-some-of-pythons-useful-itertools.html 28 comments
- Itertools - Iterator functions for efficient looping http://www.doughellmann.com/PyMOTW/itertools/ 9 comments
Lobsters
- Itertools: A Swiss Knife for Data Scientists https://kanoki.org/2019/02/08/python-itertools/ 3 comments ai , python
- more-itertools: More routines for operating on iterables, beyond itertools https://github.com/more-itertools/more-itertools 5 comments python
- itertools: Functional Tools to Make Working with Iterators Less Repetitive https://github.com/ameghdadian/itertools 12 comments golang
- A fun use of itertools in gamedev https://store.steampowered.com/app/3122220/Mr_Figs 15 comments python
- `itertools` combinatorial iterators explained with ice-cream https://mathspp.com/blog/module-itertools-overview 6 comments python
- Itertools 0.12.0 is out! https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0120 19 comments rust
- Make iterators 10x better with itertools https://youtu.be/qY9j4dRaMjU 4 comments rust
- CPPItertools: Implementation Of Python's Itertools For C++ https://github.com/ryanhaining/cppitertools 20 comments cpp
- Learn how to do some cool stuff with itertools https://towardsdatascience.com/how-to-write-your-grid-search-function-in-python-43ad0da97522 5 comments python
- C++ version of Python itertools in STL? https://www.reddit.com/r/cpp/comments/iproag/c_version_of_python_itertools_in_stl/ 15 comments cpp
- Requesting feedback: A CL port of Python's itertools package https://github.com/anlsh/picl 5 comments common_lisp
- Combining enum values with itertools coalesce, returns a value referencing data owned by the current function https://docs.rs/itertools/0.8.2/itertools/trait.Itertools.html#method.coalesce 8 comments rust
- snakes - Python style generators for Common Lisp. (Includes a port of itertools.) https://github.com/bnmcgn/snakes 3 comments lisp
- IteratorTools - A Swift port of Python's itertools https://github.com/mpangburn/iteratortools 9 comments swift
- Discover Advanced Python Features: itertools, packing, decorators, context managers... (x-post /r/python) https://tech.io/playgrounds/500/advanced-python-features/advanced-python-features 22 comments programming
- New release: itertools 0.5.0 http://bluss.github.io/rust/2016/09/26/itertools-0.5.0/ 29 comments rust
- A Python guy in Perl 6 land part 2: itertools https://www.reddit.com/r/perl6/comments/4xzo91/a_python_guy_in_perl_6_land_part_2_itertools/ 3 comments programming
- SwiftSequence: A framework of extensions for SequenceType in Swift 2.0, inspired by Python's itertools, Haskell's standard library, and other things. https://github.com/oisdk/swiftsequence 10 comments swift
- Releasing itertools 0.3.0 http://bluss.github.io/rust/2015/04/25/releasing-itertools.0.3.0/ 10 comments rust
- 24 days of Rust - itertools https://siciarz.net/24-days-of-rust-itertools/ 11 comments rust
- A Study of Python's More Advanced Features - Part I: Iterators, Generators, itertools http://sahandsaba.com/python-iterators-generators.html 20 comments programming
- Python itertools and builtin Iteration functions for C++11! https://github.com/ryanhaining/cppitertools/blob/master/readme.md 33 comments cpp
- Thomas Guest Abuses Python's itertools http://wordaligned.org/articles/takewhile-drops-one 9 comments programming
- Charming Python: Using combinatorial functions in the itertools module http://www.ibm.com/developerworks/linux/library/l-cpyiter.html 4 comments programming