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 ... 8 9 10 11 12 ... 32
Title Δ
Circular Queue Python Implementation -0.72
Python reading url that requires logging in 0.00
Why is my quicksort so slow in python? +0.28
return two list python? -0.86
How is it possible to evaluate +5 in Python? +0.88
What does "for i in generator():" do? +0.77
String to Dictionary Word Count +0.29
python - is it possible to enter user-chosen input and output files +0.29
Python string.replace does not replace +0.29
Why does an iterative approximation algorithm sometime have fewer i... +0.30
How to print a binary number +2.04
sharing a dictionary and an array among pool of processes 0.00
Any elegant way to add a method to an existing object in python? 0.00
Python syntax for namedtuple +1.20
Merge an arbitrary number of dictionaries of lists +0.16
how to remove end of line in Python? -2.72
Print vs Return with time.sleep in python -0.91
Optimize the performance of dictionary membership for a list of Keys -1.10
Sum elements of same index from different lists -0.92
Can we have Dictionary that is concurrent and hybrid in Python? 0.00
Python binary operators and word splitting 0.00
input() causes unexpected EOF SyntaxError +0.30
What does n[::-1] means in Python? 0.00
finding frequencies of pair items in a list of pairs +1.01
The difference results about difflib in python 0.00
Efficiently picking a unique number -0.58
Is that OK to use the MRO in order to override a mixin? +1.10
Convert IEEE 754-floating point back to decimal in C language? +0.29
Python- Function not accepting number as 2 numbers, despite it havi... -1.95
Conditional Probability Calculation 0.00
Class and while loop? -0.79
Python: What's the difference between set.difference and set.di... +1.14
Parsing plain text with section in Python +0.53
Exponential backoff: time.sleep with random.randint(0, 1000) / 1000 +2.06
zip list too many items to unpack +2.08
How to append a dictionary to a list correctly in Python 0.00
Python endswith() function cannot avoid copying .py file -1.57
Calculating cache memory based on LRU algorithm -0.28
Python: How best to parse csv and count values for only a subset -0.54
Indexing and finding a key value in a named tuple 0.00
How to remove everything from a string and leave behind only digits... -1.21
How to sort a python list bidirectionally, by numbers in descending... -0.19
Python - get index of character in list -2.08
How to read in one character at a time from a file in python? +1.03
Where is the circular reference? +0.29
count how many of an object type there are in a list Python +0.04
Efficient double iteration over array +1.64
Find all minimal elements in a list or set as weighted by a function +0.30
Building dict combinations to match a target sum in Python +0.29
What search algorithm should I use if I need to find a value OR the... +1.31