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.