StackRating

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

Dimitris Fasarakis Hilliard

Rating
1627.19 (935th)
Reputation
86,766 (924th)
Page: 1 ... 12 13 14 15 16 ... 24
Title Δ
Why does Python unpacking operator work with unordered collections -0.12
Python How to force object instantiation via Context Manager? -0.63
Is directly accessing class attribute faster than getting the value... +1.58
How can i get all instances of class from imported model? 0.00
Modifying a clone of a list (python) +0.39
The difference between operator and method on python set -2.31
Changing how values from object's attribute are displayed on pr... 0.00
__next__ in generators and iterators and what is a method-wrapper? -0.79
Sort a lot of lists with small amount of code +0.12
Python 3 type hints for performance optimizations +1.45
Get original Python type from type hint 0.00
Removing an element from a list using for loop 0.00
Python : How to count the frequency of the elements in a list? -0.63
Inplace functions in Python +0.37
What does <function at ...> mean 0.00
Python type checking not working as expected 0.00
Why the Pool class in multiprocessing lack the __exit__() method in... 0.00
For-loop with range is only taking the last element -2.22
How to add an unspecified amount of variables together? +0.13
Requiring the type of a parameter of an objects method to be the cl... 0.00
Python 3 Index Error -0.76
Why does the class definition's metaclass keyword argument acce... -1.09
Reset the cache in lru_cache 0.00
Remove Quotation mark from in between of the String but from 0th in... 0.00
Exchanging out specific lines of a file -0.33
Dictionaries are ordered in CPython 3.6 +1.25
How to determine number of function/builtin/callable parameters pro... -2.38
What are variable annotations in Python 3.6? +0.47
split long string inside one list to small lists 0.00
How to make code that's functionally similar to enumerate witho... +1.23
One line python code to remove all the strings that doesn't sta... -0.89
How to do custom python imports? 0.00
A quest for html.unescape("&nbsp") 0.00
Trying to understand how to use the any() function 0.00
How to access re-raised exception in Python 3? +1.57
Order of Evaluation in Python 0.00
Access Functions via Dictionary +1.98
A reoccurring value? 0.00
Is random.sample truly random? +0.37
Python Function Return Statement is Confusing and Complex -1.40
Printing Parallel Tuples in python 0.00
Static method overloading -1.07
'module' object is not callable in python using whois 0.00
Converting and comparing 2 datetimes 0.00
How to decode binary file with " for index, line in enumerate(... 0.00
How do I know when I can/should use `with` keyword? +0.93
Make a Tuple from two dictionaries 0.00
Conditionally add values to dictionary 0.00
How does this work: except IOError as e: print("No such file:... 0.00
Appending a Path to a Path 0.00