Monty Python and the Zen of Coding

--Originally published at Monty Python and the Blogging Tale

I think I get it, but I do not get it.

It’s kind of funny how someone could actually come up with this.

“Zen of Python”

Tim Peters must be a genius, Monty Python level:

I mean, coming up with a philosophy for a coding language is just pure gold.

Link for the Zen: https://www.python.org/dev/peps/pep-0020/

This Zen just summarizes the simplicity and utility of python.


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.