mathspp blog

384 419,946 35,158
articles words lines of code

You can ignore exceptions with contextlib.suppress and in this article I show why this is preferred over try: ... except: pass.