You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basics (how to loop over lists or use dicts or files, ...)
handy things (defaultdict, counter etc)
advanced things (custom __len__ method and stuff)
I think overriding __len__ method and other things should just be deleted. They don't belong in this tutorial (but maybe a notice about avoiding too much magic would be good)
{**dict1, **dict2}
for example is a pretty basic thing, shouldn't be in "advanced" sectionThe text was updated successfully, but these errors were encountered: