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 4 5 6 ... 15
Title Δ
Why is len() not implemented for Queues? 0.00
OverflowError: range() result has too many items, although it hasn&... +0.31
How does map divide data when used in conjunction with Pool in mult... +1.27
Bit order in python's struct.pack 0.00
A better way for a Python 'for' loop +0.36
Python equality of floating point divisions -0.53
numpy `rint` weird behavior +1.40
Python Decimal precision at the console - weird +1.69
Can I increase randomness by changing my algorithm? -1.71
What are the currently possible values for sys.maxsize? 0.00
How to find sum of cubes of the divisors for every number from 1 to... 0.00
Python: execution order in Threading +1.25
Why does integer automatically convert to complex? +0.33
python multiprocessing .join() deadlock depends on worker function 0.00
Is a list (potentially) divisible by another? -0.79
Float to integer conversion acting super weird in Python +1.00
sorted dict returns doesn't make sense / python +1.22
How does this internal Python optimization work for mathematical ex... 0.00
Time Complexity on string slicing operation in python 3 0.00
Unexpected result from `in` operator - Python +0.33
Why is deque implemented as a linked list instead of a circular arr... +0.31
Python Threading not processed parallel 0.00
Python: Why is the multiprocessing lock shared among processes here? +1.62
How to implement threading to run two bash shell commands in python? +0.34
Python difflib: sequence similarity above cutoff point, but no resu... 0.00
State of concurrent.futures is not reflecting its true state 0.00
How to use a generator as an iterable with Multiprocessing map func... -0.49
Python multiprocessing.Manager dict containing value a list 0.00
Why this 10 threads always output the same thread name? +1.32
Why does max(iterable) perform much slower than an equivalent loop? +1.99
Homemade pearson's correlation implementation returning 0.999..... +0.34
Why does naive string concatenation become quadratic above a certai... +1.76
Calculating Days Between Two Dates Failing A Single Case (python, U... -0.79
Python Large list sorting and storage 0.00
If you multiply the smallest positive floating point value by a non... -0.56
Why does `is` return False even though id's are identical? 0.00
Shared-memory and multiprocessing 0.00
Time complexity of integer comparison in python 0.00
Use str.join with generator expression in python -1.09
Is it OK to create very large tuples in Python? +0.34
python: try/except/else and continue statement +1.09
Why is python copying lists here? 0.00
Implement Kahn's topological sorting algorithm using Python 0.00
Implementing quicksort in a functional way -0.33
Python Queuing integer division error 0.00
Complete search algorithm for combinations of coins -2.19
Issue with Pool and Queue of multiprocessing module in Python 0.00
Two OrdereDict's contained in class share object id regardless... 0.00
Multiprocessing Pool initializer fails pickling 0.00
Creating Threads within a Thread in Python 0.00