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 2 3 4 5 6 ... 89
Title Δ
How does -W interact with DeprecationWarning and PendingDeprecation... 0.00
Why is A.issuperset(B) much slower than all(b in A for b in B)? +0.99
How to broadcast an NumPy array into a section of another NumPy arr... 0.00
VSCode MyPy error: "ioctl" has incompatible type "my... -2.82
How can I use mypy's internal type checking functionality? +0.20
Python destructor called in the "wrong" order based on re... -1.00
A function is being called from a module, before the module was imp... +1.13
How to use type-hints for a covariant mutable collection-like class... 0.00
How to specify specific instance of exception when using `assertRai... 0.00
Which function to override if a reference to the object is incremen... -0.87
Changing an attribute of a frozen class in attrs 0.00
copy and deepcopy in Python C API 0.00
Possible to run async function using exec? 0.00
combine infinite with finite iterator 0.00
apply a boolean operator among all elements of an array 0.00
function `any()` applied to several arrays rather than just one 0.00
np.argamx doesn't return integer 0.00
Will the generator be closed automatically after fully iteration? 0.00
How to get an error message as string in CPython 0.00
Python: 'inf is inf', but '-inf is not -inf'? 0.00
How do I define a `typing.Union` dynamically? 0.00
Python large integer performance 0.00
logical_not used for 1,0 rather than True, False in boolean array 0.00
Which fmt option in numpy.savetxt keeps infinite integer precision? 0.00
Python Multiple inheritance metaclass error 0.00
Create new `int` subtype mypy compatible with `int` 0.00
Is there a way to change a Python object's byte representation... 0.00
*Python Too many if-statements are executing 0.00
Why is the variable a is changed in this code? 0.00
Using `sys` how can I import a file from a filepath? 0.00
Python find the file where a typing alias (e.g. Union,...) is decla... 0.00
Are python's NamedTuple return structures one of the few places... 0.00
Python ctypes : byref() is not reflecting the updated value 0.00
Euler 14 in Fortran - Speed comparison with Python 0.00
Should I implement __contains__ method when implementing Mapping or... 0.00
Intersection and difference of two sets 0.00
typing.Protocol class `__init__` method not called during explicit... 0.00
Why is Counter.__iadd__ so much slower than Counter.update? 0.00
How to annotate the type of field in dataclass to be different from... 0.00
Is python bisect faster than numpy.searchsorted? 0.00
Why random seed work differently with different variation of code? 0.00
Performance improvments for Python large integer multiplication 0.00
How to tell the type of a PyObject? +0.21
Proper Type Hints For Generic Type Classes +0.20
Why is if x in (1,2,3): faster than if x ==1 or x ==2 or x ==3: +1.62
How do I create a numpy N-dimensional array of zeros, with only a s... +0.22
Python: Unpacking dictionary with integer keys? +0.43
Private attributes in Python and PEP8 -1.09
Python - Find current objects in memory +0.20
Insert evenly spaced values to numpy array 0.00