Wrote about Python
Wrote a Twitter thread
Wrote a Blog Post
+1
I wrote a Twitter thread about the Python implementation of the look-and-say sequence.

The thread introduces the tools needed:
  • `itertools.chain`
  • `itertools.groupby`
And then puts them together into a nice function. The thread was also automatically published on my blog.