From 55a2331a6a4ae65ea3f1c955a4ace047a71f4faa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 17:01:35 -0400 Subject: [PATCH] Update speed.rst --- docs/scenarios/speed.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/scenarios/speed.rst b/docs/scenarios/speed.rst index 0122380..18e84ec 100644 --- a/docs/scenarios/speed.rst +++ b/docs/scenarios/speed.rst @@ -1,6 +1,8 @@ Speed ===== +.. image:: https://farm3.staticflickr.com/2826/33175625804_e225b90f3e_k_d.jpg + CPython, the most commonly used implementation of Python, is slow for CPU bound tasks. `PyPy`_ is fast.