News

Python is no exception. Tim Peters, who was a major contributor to the Python programming language, wrote a set of principles for writing code in Python. This is commonly known as the "Zen of Python." ...
There should be one—and preferably only one—obvious way to do it. —Tim Peters, Zen of Python While that quote is excellent, Python doesn’t always adhere to it in principle.