StackRating

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

user2357112

Rating
1732.54 (65th)
Reputation
169,138 (306th)
Page: 1 ... 35 36 37 38 39 ... 89
Title Δ
does import module(or package).function actually import the whole m... -0.36
Load json into OrderedDict in python 2.6 - unexpected keyword error 0.00
Is this a breadth-first search algorithm? +0.26
Find maximum equidistant points on a line +0.95
TypeError: super() argument 1 must be type, not classobj -2.51
Why does the filter function exist? 0.00
How does cycle prevent a generator from throwing a StopIteration ex... +0.24
Why does namedtuple._make check the return value's length? 0.00
How to increase the printed number of columns in python? 0.00
Can I rely on arguments being evaluated before being passed in pyth... -2.82
How different is type.__setattr__ from object.__setattr__? 0.00
Generator function (yield) much faster then iterator class (__next__) -1.41
Why are dict lookups always better than list lookups? +1.33
confusion about Kadane’s Algorithm? -0.71
Pythonic way to determine if two given numbers are adjacent in inte... -1.41
object of type 'slice' has no len()? 0.00
If an object is unhashable it's an error to ask if it's a d... -1.76
Complete search algorithm for combinations of coins -1.16
Why mathieu function in scipy not periodic? 0.00
Why does Python read from the current directory when printing a tra... 0.00
numpy.argmax() on multi-dim data does not return an ndarray 0.00
Does CPython implement the mentioned optimizations from PEP 380? 0.00
What is pythons sequence protocol? 0.00
Most pythonic way if all in iterable if at least one in iterable -0.35
detecting mutual edges in a graph 0.00
python queuelib: Empty and clear out FifoDiskQueue 0.00
python queuelib: Get size of queue +0.25
Unexpected 32-bit integer overflow in pandas/numpy int64 (python 3.6) 0.00
Finding Multiple Peaks In a 1D Array 0.00
What is lub(null, Double)? +1.60
Redefine `False` in Python2? How to assign a function call to a var... +1.27
How to conveniently define a list of named integer constants? -0.23
is it right to use `if a!=0and b`? Note there is no space after `a!... 0.00
"python -m doctest" ignores files with same names in diff... -1.34
Python prepared statement security +0.83
Series sum in python +1.13
What purpose does MyClass.class.getName() serve? +0.41
How are complex/imaginary numbers programmed? 0.00
+= with numpy.array object modifying original object 0.00
How to XOR n same numbers? +0.24
Grouping a list of variable-length nested tuples 0.00
maximum i-j , so that A[i]>=A[j] 0.00
Python - Count Elements in Iterator Without Consuming +1.10
Tell python interpreter to use a interpreter command-line switch in... +0.00
Byte Array Subtraction 0.00
How to modify a list in Numba without completely destroying perform... 0.00
What is python equivalent to TCL "source FILE" 0.00
How can I override the __str__ method of sympy.core.numbers.Float? -2.96
Can the use of * to dump excess return in parallel assignment be ma... -0.12
Why do I receive a syntax error when using "and" to decla... +0.25