General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Dr Gamma D
Indently
comments
Comments by "Dr Gamma D" (@DrDeuteron) on ""groupby" in Python is Awesome" video.
itertools is written by pystro: Raymond Hettinger, and it is optimized af. Moreover: it reduces your code's cyclomatic complexity. Many for loops, with indented if-blocks disappear. IT doesn't matter that they occur in functions, they are NOT in your code, and your code is less complex by definition of complexity.
27
@TragicGFuel RTFM
3
Exercise: make up an exercise that uses groupby.
3
@TragicGFuel read the manual
1