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

Stefan Pochmann

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

Stats

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