PEP 20 — Easy Examples
The Zen of Python: guiding principles (import this)
What is PEP 20?
Overview of PEP 20 in the Python ecosystem.
python
# PEP 20 # The Zen of Python: guiding principles (import this) # # Category: Ecosystem # Related: N/A print("PEP 20: The Zen of Python: guiding principles (import this)")
PEP 20 is part of the Python ecosystem. The Zen of Python: guiding principles (import this).
Getting started with PEP 20
How to start using PEP 20.
python
# Getting started with PEP 20 # python -c 'import this' # # The Zen of Python: guiding principles (import this) print("Visit the official documentation for setup instructions")
python -c 'import this'. Check the official documentation for detailed guides.
Want to try these examples interactively?
Open Easy Playground