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

Stefan Pochmann

Stefan Pochmann has asked 16 questions and find answers to 125 problems.

Stats

4.3k
EtPoint
1.5k
Vote count
16
questions
125
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.