The Zen of Python

--Originally published at Hackerman's house

giphy (2)

These are the guiding principles of the Python language. These are useful to understand the pilosophy of the language and to understand easily how Python works.

These can be found in the official python site at the following link: https://www.python.org/dev/peps/pep-0020/ Zen

It is useful to know your priorities when you are programming.