General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Dr Gamma D
Indently
comments
Comments by "Dr Gamma D" (@DrDeuteron) on "The Benefits Of Using Generators in Python (Optimize Your Code)" video.
because this is a pedantic case.
2
@Indently have you covered the "send" method on generators? and the "yield" statement as an assignment statement, e.g.: y = yield x it's pretty cool. I made to co routines that real txt file and remove "\" line continuations as a demonstration of the thing.
1