Harman Patil (Editor)

Zen of Python

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The Zen of Python is a collection of 20 software principles that influences the design of Python Programming Language, — only 19 of which were written down — around June 1999 by Tim Peters. The principal text is released into public domain.

Zen of Python is written as an informational entry number 20 in Python Enhancement Proposals (PEP), and can be found on the official Python website. It is also included as an easter egg in Python interpreter, which would be displayed by entering a statement import this.

Principles

Principles are listed as follows:

References

Zen of Python Wikipedia