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 ... 25 26 27 28 29 ... 89
Title Δ
Why in Python 3 do quadruple quotes produce a Syntax error? -0.82
Construct (N+1)-dimensional diagonal matrix from values in N-dimens... +0.75
Mock urlopen in unkown subpackage -0.26
Get subscripts from linear index into product of infinite generators +1.22
goroutines deadlock, need some explanation +0.71
How to access 2 keys with 1 command in python dictionary +1.34
Python multiprocessing returning AttributeError when following docu... +0.98
Why the size of array which is float64 dtype is smaller than the ar... 0.00
Python Mock Patch patches a used module for submodule under test an... 0.00
When did Pickle become part of the Python Standard Library? 0.00
Mutable Custom Class & Descriptor confusion 0.00
Why is sys.exit() causing a traceback? +0.50
Detect when multiprocessing queue is empty and closed 0.00
Pythonic application of method decorators? 0.00
Why differences in class.__slots__ assignment via decorator vs. cla... -2.36
binary search keeps returning element not present // -1.10
Get all except first and last n elements of a numpy array 0.00
Patching a generator in mock +0.20
Minimum number of train station stops +0.35
View state of a frozen generator while debugging 0.00
python lost data-descriptor as a instance attribute? 0.00
Numpy: tile a matrix into a higher dimension, but with scale +1.23
How to keep track of instances of python objects in a reliable way? 0.00
Order of binding of variables in Python -0.62
Why are gcc and clang not hoisting strlen out of this loop? +1.00
super().__init__ overwrites an attribute 0.00
Python: Why does have 2^-n work for n>52 and not 1+2^-n-1? +0.23
Why is numpy.int32 not recognized as an int type +1.20
Overriding __add__, exception not being caught trying super().__add__ +0.23
Function takes a long time +0.22
Can't change values of function in its frame 0.00
[] = (), () = (), and {} = () 'assignments' -2.02
When using argparse in Python 2.7, how can I pass more than 'ar... -0.27
Is there a NetLogo precedence table? 0.00
NameError: name 'reload' is not defined python 3.6.4 +1.07
Scala printing uninitialised array +0.81
WeakHashMap and Concurrent Modification +0.71
Why await doesn't wait asyncio.create_subprocess_exec() 0.00
Confusion regarding np.tile and numpy broadcasting -0.82
python asynchronous context manager 0.00
How do I build a tokenizing regex based iterator in python +0.28
Why are chained operator expressions slower than their expanded equ... 0.00
Where are the inaccuracies in math.sqrt() and math.pow() coming fro... -2.32
How to utilize sys.callstats? -0.62
Why does the capacity of List in Python reduced to 10 instead of 8... 0.00
Numpy-convertible class that correctly converts to ndarray from ins... +1.06
python .sort() has higher priority for __lt__ than __gt__? 0.00
Index not starting at zero when using PANDAS iterrows() in Python +0.23
Making numpy arrays JSON serializable +1.01
Why is bool a subclass of int in Python 3? +0.50