StackRating

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

Ned Batchelder

Rating
1631.42 (849th)
Reputation
274,048 (141st)
Page: 1 2 3 4 5 ... 55
Title Δ
Distinction between elif and else? +0.85
python how to detect a phrase in a very long strings? -0.37
How can I convert string to list without '[ ]' and ' &#... -3.04
Unbuffered python coverage 0.00
interpret python coverage unit testing 0.00
Evaluating input function inline, in order to append input or place... +1.01
Is there a way to specify the output path of .coverage? 0.00
Import same python module if I call a function of different file 0.00
Incorrect return value, not getting a 'True' return, Python -0.92
Why is `function` not a keyword in Python? -0.00
How can I make Python's coverage tool fail if any unit tests fa... 0.00
The book [Learning Python] claimed that range is a generator- - Is... 0.00
Run all files in a directory to measure coverage 0.00
how to use coverage run --source = {dir_name} 0.00
nose.plugins.cover: ERROR: Coverage not available: unable to import... 0.00
Invalid syntax error in scrapy tutorial while running command "... +0.32
Why this difference between subclassing tuple and subclassing list? 0.00
Subclassing threading.Thread: Why only override __init__() and run()? 0.00
What's the content of Python coverage data files? 0.00
IDEA shows branches as not covered that can't be reached (python) 0.00
Difference between variable declared before or during method call i... 0.00
Python eval() builtin function 0.00
Why method can't access class variable? -0.57
Why coverage is not showing error for generic views? 0.00
How to debug an error of "'module' object is not calla... 0.00
How can two Python objects have same id but 'is' operator r... +2.14
accessing variable outside the with keyword in python 0.00
Can you create an object which acts like None when typed into the i... 0.00
Loop inside dictionary comprehension 0.00
ignore Python SyntaxError coming from `PYTHONWARNINGS="error::... 0.00
Extract values from json-file which has no unique markers -0.73
With coverage.py, how to skip coverage of import and def statements -0.19
Python when to use instance vs static methods +0.48
binascii.hexlify(b'variable') is this possible -2.36
how to encode unicode characters in python? +3.14
assign multiple values to variables in a subclass of the same class 0.00
Python - Considering the official definition Numpy should be a module -1.24
Validating parameters with default value using both *args and **kwa... -0.16
Python json module generates non-unique keys -0.78
In Python 3,a = 'linux!',b = 'linux!',why id(a) is... 0.00
getting SyntaxError in range +0.31
Python | if variable: | UnboundLocalError: local variable 'vari... +1.22
"invalid syntax" thrown upon defining a variable -0.18
Python unittest running multiple times -0.09
How to run "cat file1 | tr -d '\r' > file2" in... 0.00
Using pytest, is it possible for a unit test to know that it is bei... 0.00
python numbers.Number with boolean 0.00
garbage collection doesn't remove unreachable object after bein... 0.00
Python regex seems to be incorrectly matching strings 0.00
Randomly generate list of tuples of random numeric string of random... +1.75