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

Stefan Pochmann

Stefan Pochmann has asked 17 questions and find answers to 127 problems.

Stats

4.3k
EtPoint
1.6k
Vote count
17
questions
127
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.