MemotivaPython language fundamentals

What is the Zen of Python?

Python language fundamentals

Audio flashcard · 0:16

Nortren·

What is the Zen of Python?

0:16

The Zen of Python is a collection of nineteen guiding principles for writing Python code, authored by Tim Peters and codified in PEP 20. You can read it by typing import this in any Python interpreter. Famous lines include "Beautiful is better than ugly" and "There should be one obvious way to do it."
peps.python.org