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 ... 9 10 11 12 13 ... 89
Title Δ
Segfault on bare bones embedded Python? 0.00
Why does python require you to acquire a lock before waiting on a c... 0.00
Precision loss in numpy.linspace when including the endpoint 0.00
Why are all double-underscore variables mangled in class methods +0.18
Why are True and False being set in globals by this code? 0.00
How to get Mypy to realize that the default value won't be used... -0.55
Import method from Python submodule in __init__, but not submodule... +0.21
Why does python time taken to multiply two n digit integers only in... 0.00
Chicken or Egg paradox with type and object in Python +0.22
An issue when calling a Java class from R -1.27
How to self-define a function which works for reduce an one-element... +0.20
Cannot call __subclass__ method inside format string expansion +0.22
Is there any way to tell if a function object was a lambda or a def? +0.74
Trying to append_fields() to an ndarray, no error but nothing happe... 0.00
numpy pad with zeros creates 2d array instead of desired 1d +0.21
lru_cache - is it possible to clear only a specific call from the c... 0.00
Why isn't pandas logical operator aligning on the index like it... +1.20
How to trigger a late import of another module only when a certain... -0.04
sys.stdin as a file to iterate over 0.00
What does ' ' (tow single quotations marks, one after the o... +1.06
How exactly does inspect.signature work with classes? 0.00
What guarantees that different unrelated objects in two unrelated t... +1.16
why map() is mutating original objects in a nested array? -3.02
How to parse Python code while keeping string literals exactly as-is? 0.00
Division of complex numbers in Python 3 class +0.16
Can I Mutate a List Conditionally? +0.35
Why is a `for` loop so much faster to count True values? +1.45
Does iJson.items() load the entire JSON file into memory before ite... 0.00
Why does splatting create a tuple on the rhs but a list on the lhs? +1.07
When is `__dict__` re-initialized? +0.83
Numpy deep copy still altering original array +1.41
Why numpy transcendentals give "no attribute" error for i... 0.00
How do I use string-literal type annotations for multiple possible... 0.00
Numba does not increase performance as expected 0.00
Django stops with "generator raised StopIteration" when h... 0.00
Why is ThreadPoolExecutor's default max_workers decided based o... 0.00
Why do namedtuples use less memory than dictionaries? -0.69
How can I get all the index of all the NaNs of a list? -0.27
How to force a function to broadcast without invoking `np.vectorize` +0.22
Why isn't setattr(super(), ...) equivalent to super.__setattr__... 0.00
Why this code is getting cant convert complex to float? Or I get in... +1.05
Is Python's time.process_time() including the CPU time spent by... +0.22
Is there an alternative to the: as_integer_ratio(), for getting &qu... +0.22
How to copy list of tuples to EXISTING numpy array in shared memory +0.23
Class containing a list of derived classes 0.00
Vectorized computation of log(n!) 0.00
Parent class method call parent method, not child class method +1.96
How to make non-frozen dataclass frozen, and vice versa? -0.63
why global variable __metaclass__ not working? +0.27
Mutable and Immutable in Python 0.00