Yes, yield
, yield from
, itertools
and collections
are definitly worth looking into when diving into python. And Javascript seems to get saner over time, too I try to make sure to look up stuff on MDN Web Docs rather than going with whatever comes up first on stackoverflow to catch up on that.
1 Like