StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Tim Peters

Rating
1648.32 (590th)
Reputation
43,961 (2,431st)
Page: 1 ... 5 6 7 8 9 ... 15
Title Δ
Is it good Python practice to reuse SystemRandom? +2.42
Python doctest with a loop 0.00
Updating the same instance variables from different processes -0.19
Multiprocessing Queue.get() hangs -0.17
Multiprocessing inside function 0.00
Right justify not working [Python] +0.22
Multiprocessing doesn't recreate object -1.55
Terminate a Python multiprocessing program once a one of its worker... +0.36
Python Thread Not Starting 0.00
My python multiprocessing program runs the worker programs sequenti... 0.00
Multiprocessing.Manager() weird behavior with global variables 0.00
Why are Python's arrays slow? +1.66
Thread randomly stops in Python +1.46
os.urandom and byte representation 0.00
How many samples needed for a collision (birthday paradox) 0.00
How does CPython handle list extend if there is insufficient contig... +1.36
Facing issue while rounidng up a value in python +0.77
python, heapq: difference between heappushpop() and heapreplace() +1.22
Random number in the range 1 to sys.maxsize is always 1 mod 2^10 +0.89
Why isn't this regex parsing the whole string? 0.00
Why does this code take up so much memory? -1.44
Missing a sequence when using itertools combonations_with_replacement +2.01
Python all() and bool() empty cases? +1.59
Is os.path.join necessary? +1.84
Why is it slower to iterate over a small string than a small list? -0.60
What does pythonapi.PyObject_GC_UnTrack return? 0.00
np.random.choice error : probabilities doesn't sum to 1, but print... 0.00
What happens when I multiprocessing.pool.apply_async more times tha... +0.37
Python - throw exception if division has remainder? 0.00
How does heapq.nlargest work? 0.00
Equivalent of `return` for Python generators -1.56
Introducing some randomness with sorting in Python -0.87
python compare operator not working, if float(1) > float(1) eval... +1.64
Python takes more time to print a calculation than to perform it +1.28
Why doesn't map_async() need pool.close() and pool.join()? 0.00
Can isAlive() be False immediately after calling start() because th... 0.00
Python which thread starts first? 0.00
Calculate difference between multiples of two different numbers +0.83
Ends-with and Starts-with in if statements: Python 3 +1.27
Python queue block timeout does not timeout - any idea why? 0.00
Performance issues in Burrows-Wheeler in python -2.34
Is it ok to compare string-formatted datetimes or should I convert... +0.35
Modular arithmetic: Division over factorials % Prime -0.82
Write to a file to bypass memory cap when generating a big variable... +1.42
share dict between process 0.00
Finding a better way to count matrices -0.95
Loop performance degradation +1.32
Python multithreading Manager.list(), how to access data correctly 0.00
Increasing floating point precision in Python -0.54
Python Regex - + metacharacter not being greedy +1.94