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.
1 parent 301a77d commit 13d950eCopy full SHA for 13d950e
02-introduction.rst
@@ -102,9 +102,9 @@ things faster:
102
>>> timeit("random_walk_faster(n=10000)]", globals())
103
10 loops, best of 3: 8.21 msec per loop
104
105
-We gained 50% of computation-time compared to the previous version which is
106
-already good, but this new version makes numpy vectorization super simple, we
107
-just have to translate it into numpy methods.
+We gained 50% of computation-time compared to the previous version, not so
+bad. But the advantage of this new version is that it makes numpy vectorization
+super simple. We just have to translate itertools call into numpy ones.
108
109
.. code:: python
110
0 commit comments