Python Tutorial2
Python Tutorial2
Previous
QuizAI VersionAI Assistant
Next
To facilitate new features and to maintain that readability, the Python Enhancement
Proposal (PEP) process was developed. This process allows anyone to submit a PEP for a
new feature, library, or other addition.
To obtain the complete Zen of Python document, type import this in the Python Shell
−
>>>import this
Pythonic Code Style is actually more of a design philosophy and suggests to write a
code which is :
Clean
Simple
Beautiful
Explicit
Readable