StackRating

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

Volatility

Rating
1619.44 (1,116th)
Reputation
22,121 (5,978th)
Page: 1 2 3 4 ... 6
Title Δ
Python ascii tuple 0.00
Map function with list parameters +1.94
How can I tell if an undefinied variable is in a Python list? +0.45
Why does this While loop terminate? +0.70
Python string comparison won't match forward slash +0.94
integer part of the root withot using functions +1.88
Calculate all unique permutations using nested loops in Python -0.28
What's the most Pythonic way to read in multiple lines while assign... +0.95
Performing operations on each item in a multilevel list +0.38
Whats the quickest way to check if an array of dicts all equate to... 0.00
Python: Sorting a list using another list as an order +0.33
Combining print statements with list comprehension in python 0.00
removing the "\n" for every line except for the last line +0.30
Function to calculate the difference between sum of squares and squ... +1.27
Generating an n length bit list in Python -0.13
Are there efficiency differences in extend vs. adding vs. appending... +0.94
Python check condition in all on empty list +0.86
List comprehension with if statement +2.79
How to change the major order of lists in python? +0.56
Python - function that returns one string that characters from the... +1.90
Get character based on index in Python +0.37
"not all arguments converted during string formatting" Py... +1.56
print() not working in python +1.00
Combine 2d-array into tuple 0.00
Python: List in List which keeps the difference between column posi... 0.00
compare words in two lists in python +2.59
Reduce list based on index +1.77
producing an array with the same number in +1.86
Python pattern replacement +0.74
Unable to Define Basic Functions in Python 0.00
UnboundLocalError: int vs list +0.39
a=list().append("hello") vs a=list(); a.append("hell... +0.99
How do you correctly test for divisibility in python 0.00
Removing spaces from tuple +1.29
Using returned variable in python +0.42
How to remove specific symbols from a text using python? +0.41
in Python, How to join a list of tuples into one list? +1.25
Sort a dict by numeric value of dict.values +0.42
Printing all the global methods in Python REPL +0.40
Using python's eval() vs. ast.literal_eval()? +2.53
Replace ' to \' in a atring +1.04
Debugging Python Program LCM +0.42
New style formatting with tuple as argument -1.23
Populating a dictionary using two strings to generate the key-value... 0.00
From string to binary list +0.42
new list from specific index of multidimension list? +1.10
can a list be converted to an integer +1.17
Removing entries from a dictionary based on values +1.22
Efficient way to do these python list comprehensions +1.42
Opposite of zip(*[iter(s)]*n) +0.43