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 1
1
Code Style
2
2
==========
3
3
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
7
7
recognised fact that code is read much more often than it is written.
8
8
9
9
One reason for Python code to be easily read and understood is its relatively
10
10
complete set of Code Style guidelines and "Pythonic" idioms.
11
11
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
13
13
parts of a code and say it is not "Pythonic", it usually means that these lines
14
14
of code do not follow the common guidelines and fail to express the intent in
15
15
what is considered the best (hear: most readable) way.
You can’t perform that action at this time.
0 commit comments