mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #901 from adamdonahue/master
Remove non-contextual embedded video.
This commit is contained in:
@@ -10,14 +10,6 @@ one thing that Python programmers do is read code.
|
|||||||
One of the secrets of becoming a great Python programmer is to read,
|
One of the secrets of becoming a great Python programmer is to read,
|
||||||
understand, and comprehend excellent code.
|
understand, and comprehend excellent code.
|
||||||
|
|
||||||
.. raw:: html
|
|
||||||
|
|
||||||
<iframe width="560"
|
|
||||||
height="315"
|
|
||||||
src="https://www.youtube.com/embed/Jc8M9-LoEuo"
|
|
||||||
frameborder="0" allowfullscreen></iframe>
|
|
||||||
|
|
||||||
|
|
||||||
Excellent code typically follows the guidelines outlined in
|
Excellent code typically follows the guidelines outlined in
|
||||||
:ref:`code_style`, and does its best to express a clear and concise
|
:ref:`code_style`, and does its best to express a clear and concise
|
||||||
intent to the reader.
|
intent to the reader.
|
||||||
|
|||||||
Reference in New Issue
Block a user