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 2 3 ... 15
Title Δ
Can someone explain this "Longest Common Subsequence" alg... +0.30
Why does iter(v,w) return a class when the callable is a generator? 0.00
Can't we initialize and close python multiprocessing pool multi... 0.00
Do we create n iterators when we use yield recursively? 0.00
How to yield every alternate element from generator? +1.36
Keep track of top n values in a moving window of size > n? -0.20
Multiprocessing in python won't releae memory 0.00
Python - how to define a rounding scale for Decimal.quantize +1.35
Why there are orders of magnitude in the evaluation of torch.sin()... +0.49
Python Multiprocessing File Read 0.00
How does Python pow() function work with a negative power and a mod... -0.63
Python most efficient way to keep sorted data +0.34
Python Multiprocessing: executing a function with randomness multip... -0.66
how do i print a string with a variable that contains a float -0.13
Rounding decimal place with 5 in the last digit +0.30
How to properly share Manager dict between processes 0.00
Converting nested loop Python code to use multiprocessing pool +0.30
Unpickle big python object through subprocess -2.14
How to get time object of current time in datetime library python 0.00
Python secrets.randbits takes forever once increased above 16 0.00
Need to do CPU bound processing using 2+ processes in Python by rea... 0.00
Python multiprocessing an array in chunks and add results to shared... -0.69
Multiprocessing Manager failing on very simple example with pool.ap... 0.00
Python keeps running for 10+mins (after last statement in program)... 0.00
Recursion - List of all combinations of two letters with different... 0.00
Combining multithreading and multiprocessing with concurrent.futures 0.00
How to remove kth element in O(1) time complexity +0.42
Converting an integer to signed 2's complement binary string 0.00
Python - Unexpected behavior when generating the powerset in range... 0.00
Is the "is" Python operator reliable to test reference eq... 0.00
Approaches for finding matches in a large dataset -0.73
Why doesn't my timer thread run in python? 0.00
Speeding up nested loop comparison 0.00
Insert and get max from structure in constant time 0.00
nested comprehensions with itertools 0.00
Why does set() in set() not raise a TypeError, unlike {} in set(),... 0.00
Explain a surprising parity in the rounding direction of apparent t... +1.13
Explain a surprising parity in the rounding direction of apparent t... -2.20
How to find contiguous subarray of integers in an array from n arra... 0.00
Detect outlier in repeating sequence +1.09
Is it possible to save the returned value of a function in Python? 0.00
Distinct partitions of an integer excluding repetitious combinations +0.28
Is it possible to compute median while data is still being generate... 0.00
create all combinations of sorted arrays within set of values 0.00
Is it possible to run a for loop within any Python solvers? -0.20
Time complexity for a greedy recursive algorithm -0.97
Fastest way to read Large (>5GB) log files with inbuilt funcs an... -0.71
How to calculate and write a very, very large number to a file in p... 0.00
Is there a way to make a map object repeat? 0.00
Odd Syntax (Walrus operator in inheritance) +1.13