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 ... 32 33 34 35 36 ... 89
Title Δ
Does callable(obj) make an attempt to call? +1.34
Hide import in library (Python) +0.28
Python double-asterisk ** power operator behaving unexpectedly 0.00
How do I reverse tuples in a list of tuples using python? +1.05
Why is this loop so slow in Cython? +0.26
Difference between a loaded module and an initialized module? +0.26
Making __dict__ A Property 0.00
Why is try-finally valid, but not try-else-finally? 0.00
Can this weird function be directly calculated? +0.31
Python string formatting: str.format vs f-string 0.00
Python: Maximum Subarray Sum +0.27
Sorting a list of dicts based on another list of dicts in Python +1.22
Is the `print` builtin function in Python 2.X atomic? 0.00
eval fails to detect an iterating variable when evaluating a genera... 0.00
Why does the Befunge code 9332682811>\#+:#*9-#\_$.@ output 52256... 0.00
Inconsistent advanced indexing in NumPy +0.29
Python list initialization with values--implementation process? -1.41
Python: Search a sorted list of tuples +0.28
How could I implement a xor operation of big integers with gmpy? 0.00
numpy dtype in membership test gives weird results +1.04
How operator '=' is really working in the expression a = [x... 0.00
Python 3: print('...'), do stuff, print('done') on... 0.00
Inverting the exponent of a long double gives me an insane result +1.15
Is it safe to replace "a/(b*c)" with "a/b/c" wh... -1.08
Why does isinstance(nonnewstyle, object) return true in Python 2.X? -0.70
python reduce with floating point error 0.00
How to print spaces between the words of a (string * n) operation? +0.93
Complex sorting, easily done with cmp function, but how do I plan f... -2.79
Python: `del my_list` vs `del[my_list]` -0.73
How do I force Python to acknowledge files in a sub-directory WITHO... 0.00
Python3: test if all values of a dictionary are equal - when value... -0.04
python set vs tuple lookup. is Lookup in Tuple O(1)? +1.82
calling super subclass in python 2.7 +1.03
Why is __debug__ not in the keywords list when it's a keyword? 0.00
Changing elements in a numpy Array -1.17
Cartesian Product of Sets where No Elements are Identical under Per... +1.60
passing relu function to all element of a numpy array +0.27
What are my options for navigating through subroutines? +0.44
What is the lookup procedure when setting an attribute from a class... 0.00
Why does `object.__get__` have an argument `owner` for the owner cl... 0.00
How to subclass int and make it mutable 0.00
Why PyImport_ImportModule returns a PyObject* with a refcount of 3... 0.00
Look up an attribute from an instance 0.00
can not find networkx module 0.00
Numpy's float32 and float comparisons -0.54
Why are [range(10)] and list(range(10)) not the same? -0.05
numpy - arange: Why does following example not end at 10 0.00
Sparse matrix with fast access -0.84
Python 2.7: What does object.__setattr__ do under the hood? -1.13
Python -- Fast Factorial function +0.54