StackRating

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

jonrsharpe

Rating
1666.90 (350th)
Reputation
82,393 (991st)
Page: 1 ... 7 8 9 10 11 ... 49
Title Δ
Python derived class intricacies -1.19
Pythonic way to flatten a dictionary into a list using list compreh... -0.12
Define a dummy static variable within a class 0.00
How to bind a name statically (lexically) in Python? 0.00
How to extend a static base constructor? +0.28
Creating class variables in Python with inheritance +1.11
Accessing attribute from parent class inside child class -0.74
Can a regular expression be used as a key in a dictionary? +1.22
Generator function behaving differently on lists and generator expr... +1.25
Regex - Print the lines starting with a T 0.00
Find best type fit for a string in Python +1.42
Accepted convention for variable names clashing with keywords / sta... 0.00
How can I prevent Tkinter from passing the event object in a bindin... 0.00
How do I choose over two python functions on terminal using sys and... -0.72
Should the docstring only contain the exceptions that are explicitl... -0.23
How to decode a python string +0.99
Get values of keywords from a string and a template in Python +1.03
Are regular expression match group(0) & group() the same? 0.00
Strange result with Python decimal module 0.00
Thinking Recursively when it comes to list manipulation +0.28
Finding total number of "stopwords" in a file 0.00
@staticmethod for simple class methods suggested 0.00
String check: fixed and variable part 0.00
Memos in python (Think Python exercise 11.6) +0.28
Seeking a better way to check an instance property and assign value... 0.00
Copying values from the object of base class in Python +1.22
Function/variable naming convention 0.00
Does comparing using `==` compare identities before comparing values? +0.31
Pythonic way to specify object configurations +0.67
Trying to create object property from function 0.00
Dict comprehension tip +0.89
Differences between two methods of checking for empty strings 0.00
How can I keep python dictionary sorted? -1.67
Parse string into date with wildcards or dateutil.parser -1.91
Difference between a[len(a):] = [x] and a[len(a)] = [x] +2.48
Create several objects in a loop 0.00
Reading binary file to a list of structs, but deepcopy overwrites f... 0.00
Looping structure best approach -1.78
Concatenating strings faster than appending to lists +0.63
Jscore function in python -1.04
Python: fast residuals computing 0.00
Framework argparse - check if flag is set 0.00
Retrieve the names of (and default values of) the arguments accepte... 0.00
What is the Pythonic way to map a sequence of one custom class to a... -0.85
Total_ordering and class inheritance -2.58
Why are you never supposed to reload modules? -0.54
Update a object variable when called 0.00
Python AttributeError: class object has no attribute +0.77
Better way of implementing message box and run in both windows and... +1.38
Printing out prime numbers till N using recursion +1.27