Remove non-contextual embedded video.

Remove a non-contextual embedded video that itself has multiple errors.  It confuses things, at best.
This commit is contained in:
adamdonahue
2018-05-28 15:04:00 -04:00
committed by GitHub
parent aa682c51fb
commit b3141fe7a4
-8
View File
@@ -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,
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
:ref:`code_style`, and does its best to express a clear and concise
intent to the reader.