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 ... 4 5 6 7 8 ... 24
Title Δ
Define method in class dynamically -2.30
MyPy: what is the type of a requests object? 0.00
Should I bring a variable through parameters or get it with global? 0.00
Adding input directly to a list +0.08
Is there a performance impact when using a method instead of a func... +1.60
Getting an error trying to convert dict_values to list in ipdb +0.36
Why does __self__ of built-in functions return the builtin module i... 0.00
Where do I put the .so file from Boost.Python so I can import it as... 0.00
dir() shows none-existing names +1.24
Python in place object update in a for loop +1.39
Why we can not define method or class name as a string? +0.37
What is the technical term for 'x' in 'for x...' +0.86
Convert binary string back to binary (python 3+) 0.00
Class that should not be instantiated -0.29
Python inserting element into list strange behaviour of infinite loop 0.00
TypeError: 'list' object is not callable when using a prope... +0.34
Is definition order available in a module namespace? 0.00
How to do python meta programming to pass code blocks around (like... -1.51
How do I make IPython reload a file passed to `ipython -i ...` 0.00
why getting the error of NameError: name 'file' is not defi... 0.00
More elegant way of specifying a `str` conditional on two (or more)... -2.02
Why all string literals in python evaluate to single quote? -1.79
Does executing a python script load it into memory? -2.15
Confused about type hints in Python3 0.00
Passing the class as a default argument for its method 0.00
Issue with class variable in Python +2.23
Python's str.replace not throwing an Exception 0.00
How to write a string starting with ' and ending with " in... 0.00
python won't recognice my function 0.00
How to access a object from a different file 0.00
Limit of callable variables inside a loop 0.00
Summing up values contained in sublist under specified condition -1.17
Static class attributes with Python 3 +1.99
Force use of module name before calling function, in Python -0.52
How to turn a list of byte-strings into a string in Python3 0.00
How to insert newline character into a dictionary value? 0.00
bytearray.reverse() not working within a class, is working when cal... 0.00
Cannot access class variable to print as it is NoneType object +2.15
How to multiply a list of text by a list of integers and get one lo... +0.23
Which one is more secure to use? uuid, binascii.hexlify(os.urandom(... 0.00
Which is faster between s.find() and s.index() 0.00
Attribute reference in Python 0.00
When comparing types/classes, is it "safe" to use the ... 0.00
Understanding the evaluation of long boolean expression 0.00
How to make variable exclusive to class? 0.00
Why does subclass of datetime not an instance of subclass when spec... 0.00
Retry function in Python 0.00
How to get absolute path of a pathlib.Path object? +1.72
Can I postpone the evaluation of f-strings? -1.28
How to unpack into tuples the following nested list of dict? -0.65