I mostly find myself dealing with None purely as a result of handling optional args in a function. This is largely a product of accomodating Pythons unusual handling of function arguments and their default values.<p>Interested in hearing of there is anything obvious I’ve missed or am yet to learn that I could use to avoid these situations or handle better.