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 ... 6 7 8 9 10 ... 89
Title Δ
Is "from ... import ..." sometimes required and plain &qu... 0.00
Reason why deep and shallow copy differences between "primitiv... -0.28
Python: Accidentally assigned repr an int value +1.32
What does scipy.linalg.lu return? 0.00
MemoryError using numeric range as dict index (Inefficient) +1.37
[Py 2/3 migration]: How to verify class method type in py3? 0.00
Iterable without side effect type annotation +0.20
Difference between calling __init__() of build-in class and __init_... 0.00
Why does subclassing in Python slow things down so much? 0.00
Python codec safe_encode method 0.00
Factorializing Medium Numpy Ints Creates Runtime Warning 0.00
Is there a built-in way to simulate assignment of values to argumen... 0.00
How to call __setitem__ without calling __getitem__ on dict wrapper? +0.22
Meaning of double brackets in PLY +0.21
Python: keep the number in a specific range +0.22
A weird bug of scipy.optimize.fmin_bfgs 0.00
Is `exec` the Python counterpart to Scheme's `apply`? +0.24
Python overidable functions from HTMLParser 0.00
Python: Why is `not not x` more than twice as fast as `bool(x)` 0.00
Why b[:]=a mutates list b? 0.00
What uniformly replaces the StringIO of Python2 in Python3? 0.00
cpaste IPython is not pasting content 0.00
instance variables has more priority than data descriptors? 0.00
Mypy: How to take a Type as function argument and invoke a class me... 0.00
Emulate increment (++) operator in python +0.45
Meaning of staticmethod object's description? +1.41
Why does the from ... import ... statement contain an implicit impo... +1.18
NumPy ndarray are plotted differently than equivalent lists? 0.00
Is there a way to implement global computed property in Python? +1.01
Streaming to a variable instead of a file when using the requests l... 0.00
Why is my script calling the python interpreter? 0.00
String comparison in constant time 0.00
Module 'pip._internal.download' has no attribute 'is_fi... +0.21
Making python aware of packages lacking __init__.py 0.00
random.SystemRandom().choice() vs random.choice() +0.20
raise exception without closing the generator -1.99
Why is the first run of timeit usually slower than subsequent ones? +0.21
What makes python tuples immutable. How are they implemented in the... 0.00
Why breakpoint() doesn't prompt idempotent location in for loop? 0.00
How can bisect_right() be 4x slower than insort_right()? 0.00
Why are os.path.join() on a list and os.path.sep.join() on a list n... +1.10
are compounded equality tests short circuited in python? +0.22
Create own version of Optional 0.00
Python __getitem__ and in operator result in strange behavior 0.00
Python's eval() ignores discontinuities? +0.95
Python the function locals() was changed by just calling it 0.00
Why does numbers.Real not have __gt__ as an abstract (or default) m... +2.00
Why is sorted documented as taking an iterable instead of a collect... -2.55
Numpy Typehint with nptyping and Array in PyCharm 0.00
print(len(list_a)) is printed as two but print(list_a) is printed a... 0.00