The joy of coding Python should be in seeing short, concise, readable classes that express a lot of action in a small amount of clear code — not in reams of trivial code that bores the reader to death ...
In a quest to improve performance and bring cross-core threading to the CPython runtime, the Python community has approved Python Enhancement Proposal (PEP) 703, which will remove the infamous Global ...