StackRating

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

Raymond Hettinger

Rating
1649.36 (575th)
Reputation
143,841 (402nd)
Page: 1 2 3 4 ... 32
Title Δ
Link comparison operators the way it works on algebra -0.17
What are the best algorithms to determine the language of text and... +0.31
Python: How do I reverse every other string in a list? +0.53
Any idea how to output tabulate to CSV file? 0.00
Any way to speedup itertool.product +1.40
Split string in python on basis of non-continuous integer, characte... -2.09
50/50 Sampling in python -0.69
How do I compare values in a nested list? -0.32
Using a number in a print statement which has already been selected... 0.00
Merge two dicts based on value of first dict and key of second -0.70
Append the same key value to a list of dict 0.00
Reading a file with multiple list of lists from into python +0.31
Python Nested List manipulation +0.29
I get error when i try to add value to defaultdict(str) 0.00
Why does calculating sin(x) by adding the first N terms of an infin... 0.00
Change object directly in function is anti-pattern in python? 0.00
Having trouble with a Collatz Conjecture test in C 0.00
Python descriptors +0.31
Using str.replace to replace non-alphanumeric characters with aster... 0.00
How to extract text from single XML element? -1.77
Can you put a conditional statemnet inside a plot command in Python? +0.29
How to sort a deque of sets using a comparator 0.00
How to get a complete list of character class of Python regex to lo... +1.37
Time complexity: deleting element of deque 0.00
How to begin a new loop from the end result of a previous loop -0.19
Wrong output for math.log 0.00
Binary search stuck in an infinte loop python 0.00
Python how to iterate over a list 100 elements at a time until I re... -0.05
Speed performance difference between flattened dictionary and neste... +0.31
Python ordered list based on property +1.12
Unexpected tuple unpacking, possible scoping issue/confusion 0.00
Python - local variable keeps content repeatedly called function 0.00
Python: Converting a linked list to a list using a list comprehensi... 0.00
How do i sum the second element of a tuple within a list of lists? -0.57
How can a composed object refer to object it is composed inside? 0.00
Why does Python allow out-of-range slice indexes for sequences? +1.75
What's the best way to handle optional values in Python? +0.31
Multithreading using python bottle framework 0.00
Set class instance as nested attribute of itself - is that really l... 0.00
Does random.seed(seed) generate same sequence in multiple processes? +0.29
How do I get hex() to print the full hex value in Python? +1.33
Why "include" folder contains .h files in python disribut... 0.00
if statements with 'str' or 'int'? +0.05
Nested for loops to recursive in Python +0.90
built in __dict__ is returning names of attributes with class names... +1.47
How to I replace all of my vowels with underscores? -0.04
How to count elements on each position in lists -0.75
Why heappop time complexity is O(logn) (not O(n)) in python? +1.24
Why do the groupby groupings change when you convert groupby to a l... 0.00
Why does Python `**` use for exponentiation instead of the `^` oper... +0.31