We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 294edf2 + b3141fe commit 992c923Copy full SHA for 992c923
docs/writing/reading.rst
@@ -10,14 +10,6 @@ one thing that Python programmers do is read code.
10
One of the secrets of becoming a great Python programmer is to read,
11
understand, and comprehend excellent code.
12
13
-.. raw:: html
14
-
15
- <iframe width="560"
16
- height="315"
17
- src="https://www.youtube.com/embed/Jc8M9-LoEuo"
18
- frameborder="0" allowfullscreen></iframe>
19
20
21
Excellent code typically follows the guidelines outlined in
22
:ref:`code_style`, and does its best to express a clear and concise
23
intent to the reader.
0 commit comments