You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/learning.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,11 @@ Python 3 and 2.6 versions.
226
226
Writing Idiomatic Python 2.7.3
227
227
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
228
228
229
-
"Writing Idiomatic Python", written by Jeff Knupp, contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way
229
+
"Writing Idiomatic Python", written by Jeff Knupp, contains the most common and
230
+
important Python idioms in a format that maximizes identification and understanding.
231
+
Each idiom is presented as a recommendation to write some commonly used piece of code.
232
+
It is followed by an explanation of why the idiom is important. It also contains two
233
+
code samples: the "Harmful" way to write it and the "Idiomatic" way
0 commit comments