Gustavo
Gustavo
When I said "hidden in the machinery of Python" I meant vanilla Python code, but that comes from the standard library (not necessarily implemented in C). Most of the difference...
If you see how `random.choices` works you will notice that what you actually doing is approximately the following: ``` population = [-1, 1] In [39]: %timeit for i in range(1_000_000):...
Sorry, but it is still not working after updating to "3.4.5."
Nope. It's mixed
I'm here for the same reason. So frustrating. I hope you guys do something about it.