Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Stefan Pochmann

Stefan Pochmann

Stefan Pochmann has asked 13 questions and find answers to 123 problems.

Stats

4.2k
EtPoint
1.5k
Vote count
13
questions
123
answers

About

Some nice/interesting posts of mine:

  • Fast zip_equal (like Python 3.10's zip(..., strict=True).
  • itertools.groupby explained.
  • Really nice: [2, a, b, 1, c, 3, d, e, f][[2, a, b], [1, c], [3, d, e, f]]
  • Really silly: List comprehension with state.