StackRating

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

John La Rooy

Rating
1561.64 (5,306th)
Reputation
224,604 (192nd)
Page: 1 ... 39 40 41 42 43 ... 75
Title Δ
Listing source dependencies -0.55
Is there a more Pythonic way to pad a string to a variable length u... +1.99
Efficiency difference between dict.has_key and key in dict in Python -1.83
Are there any other ways to iterate through the attributes of a cus... -2.03
How to format such string? -0.83
Problems with a python prime number generator 0.00
Extracting info from a python dictionary -0.58
python syntax error in function -0.07
python: TypeError: object of type 'NoneType' has no len() -1.08
Python ensure object appears at end of list +2.29
Can't run Python from cmd line +0.55
How to measure length of generator sequence (list comp vs generator... -1.74
compare the row and column in a list using python function +0.43
Can I be sure about the order in a dictionary? +1.21
How to get integer values from a string in Python? -0.86
Python negative zero slicing -1.57
Is a.insert(0,x) an o(n) function? Is a.append an O(1) function? Py... -0.36
Unable to output shape based off of user input +0.41
Find number of columns in csv file +1.48
Python Sort Last Characters +1.43
Python avoiding using a variable when using a value twice? +1.05
Basic Python method definitions +1.37
Python comma delimiting a text file -1.22
Why should I use operator.itemgetter(x) instead of [x]? -0.24
C to Python Anagrams -0.96
to read line from file in python without getting "\n" app... -1.92
How to combine numerical columnar data in Python? -0.06
What is wrong with this simple python metaclass? -1.60
Jumping to subsections of code in Python? +0.25
get max duplicate item in list +2.00
_<parent_class><__method_name> pattern overrides parent... +0.23
Python unittests in Jenkins? -0.04
To sum column with condition +1.42
dictionary or map with either string or integer as key in python? +1.39
How to return 2 separate lists from a single list? +1.22
Finding the index value of the smallest number in a list? -0.17
unbalanced parenthesis error using re.search python 0.00
Identify duplicate values in a list in Python +0.88
Printing x amounts of characters in terminal or python? -0.12
Python - Algorithm to determine if a list is symmetric -1.46
Why does my IDE suggest to rewrite != 0 to is not 0 +1.64
classes and methods in python -0.47
How to sort the outer and inner sublist of a nested list in Python? +2.10
Splitting a list using indices -0.04
How to use Pickle to save a dict -1.90
Looping copied list and deleting from original list deletes from co... -0.14
Python list index out of range on return value of split -0.92
Python Strange Behavior with List & Append 0.00
How can I insert an image on a Gtk.Label. Is is possible? Or need t... 0.00
Why does the 'int' object is not callable error occur when using th... -0.20