StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

MisterMiyagi

Rating
1591.28 (2,231st)
Reputation
7,986 (19,761st)
Page: 1 2 3 ... 13
Title Δ
How to pass class keyword arguments with the `type()` built-in func... 0.00
Getting a variable of Python type T from an Optional[T] 0.00
What does frozen mean for dataclasses? 0.00
Can I simplify deriving from a string type in Python? +2.46
How to use built-in modules in a function of a string using exec() 0.00
multiprocessing.queue module is missing until a Queue is instanced 0.00
Python for-loop with generator expression worth it for already exis... 0.00
Why is replacing conditionals with polymorphism useful? +1.83
Using list instead of tuple in module __all__ +1.87
Callback protocols - when do we need the double underscore prefix? 0.00
where is my __dict__? Class inherited from a namedtuple +0.40
When can you use a name before it's defined? 0.00
Pattern matching over nested `Union` types in Python -0.11
Global statement seems not to work with scripts on ipython3 +1.02
python global None object hint +1.99
Python 3 - substituting functions for print() 0.00
Accessing `super()` inside python class property 0.00
'in' for two sorted lists with the lowest complexity +0.68
Iterate randomly over (possibly) huge space of bit sequences in Pyt... 0.00
Python: Create __hash__ and comparison functions compactly? -2.14
How do I type hint a method with the type of the enclosing class an... 0.00
Indicate that function type checks in mypy 0.00
Which one to use: super() or self.function() with function defined... 0.00
How to join list elements to a path with python and pathlib? 0.00
Split a string with multiple delimiters, and keep *some* of the del... +2.18
Multivariate lambda function in Python that scales with number of i... 0.00
How to turn code into one-line return statement -1.10
Can I declare a function return value if it returns multiple types? 0.00
Python Async decorator preserve typing 0.00
Why is there an RecussionError here when each function is terminati... +0.38
import order for sys.path for regular and namespace packages +0.36
Python unicode translation leaves input unchanged 0.00
Have dictionary.get return nothing -2.32
Is there an essential difference between await and async-with while... 0.00
Python typing: Concatenate sequences +0.40
logging message from python2.7 to python3.9 vice versa +0.38
Python Typing : Create a class function with a generic type, and al... +0.38
Mypy: tell parameter from elif is None without assert 0.00
How to define a type for a function (arguments and return type) wit... 0.00
Python Dictionary with generic keys and Callable[T] values 0.00
Python for / if constructs +0.74
Single slice getting elements from beginning and end of list in Pyt... 0.00
How to handle unbalanced brackets with string formatting -2.41
print \n without going to newline in python3 -0.29
In python3, what's the difference between defining a class meth... +2.20
mypy factory method with bound TypeVar 0.00
Python: why use overloading instead of *args in a function (especia... +2.36
How to "de-stringify" pickled object? 0.00
Is there a way to remove __bool__ method from a class? -0.26
Which python static checker can catch 'forgotten await' pro... 0.00