File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Code Style
22==========
33
4- If you ask to Python programmers what they like the most in Python, they will
5- often say it is its high readability. Indeed, a high level of readability of
6- the code is at the heart of the design of the Python language, following the
4+ If you ask Python programmers what they like most in Python, they will
5+ often say its high readability. Indeed, a high level of readability
6+ is at the heart of the design of the Python language, following the
77recognised fact that code is read much more often than it is written.
88
99One reason for Python code to be easily read and understood is its relatively
1010complete set of Code Style guidelines and "Pythonic" idioms.
1111
12- On the opposite , when a veteran Python developper (a Pythonistas) point to some
12+ Moreover , when a veteran Python developer (a Pythonistas) point to some
1313parts of a code and say it is not "Pythonic", it usually means that these lines
1414of code do not follow the common guidelines and fail to express the intent in
1515what is considered the best (hear: most readable) way.
You can’t perform that action at this time.
0 commit comments