StackRating

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

blue_note

Rating
1528.20 (20,254th)
Reputation
11,929 (12,383rd)
Page: 1 2 3 4 ... 16
Title Δ
Adding elements to *args list and passing the result further +0.49
How to specify input type function -0.50
__radd__() method with Numpy Array as other, the Numpy Array was pa... 0.00
store same value to multiple variable +0.48
how to find the index of an element in a list by giving only a spec... +0.15
Python, why is an object that does not seem to exist accessible? 0.00
'str' object has no attribute 'get' - Python +0.48
How to properly duplicate a variable so that the value of the copy... 0.00
Pick a function to return from a function 0.00
Easiest way to create an rtf file in Python? 0.00
Does OrderedDict.items() also keeps the order preserved? +0.06
Variable in while loop not incrementing after for loops +0.47
Does continue prevent the else block from running in a for/else sta... +0.50
Is it possible to get a warning when using a global variable in a f... +0.49
How should a python type hint require that a value has a given attr... +0.16
make all arrays from list of arrays in python 0.00
How to append custom multiples of elements to a list in Python? 0.00
Can someone explain me what is going on in this function? +0.49
passing mixed keyword non keyword arguments programmatically to a b... +0.49
Give balance new value outside def -2.17
Why are multiple objects created in below implementation? -1.13
How to find types of all attributes of an object in Python? -0.27
Print variable by input +0.98
Pythonic way of getting hierarchy of elements in numeric list +0.38
Quick way to modify a tuple value from list to string? +1.21
Is it meaningful to have abstract classes just for purpose of layer... +0.45
Bubble sort algorithm - do i have an error? 0.00
Python distinguish between returned tuple and multiple values -0.60
Is there a way to subset arrays with nonmatching indices in python? 0.00
Should I ever return a list that was passed by reference and modifi... -1.48
How do I iterate a tuple to perform 2 operations when it is defined... 0.00
Dynamically call and print a function's return-value within a l... +1.10
Continuous calculation of the mean of values? 0.00
How to call functions of imported modules automatically? +2.10
Tell the module requirements in a particular directory (package) 0.00
To find whether a given line (equation) is able to separate the two... 0.00
In my list I want to detect when it's -1 or 0 in length, otherw... 0.00
Are containers always iterable? 0.00
Python error : "IndexError: list index out of range" -0.55
How do I create a multi-value function that applies to a class in P... -0.47
How do I return type hinting defined types +0.48
Why does sorting a list of dict keys in one line, with .sort() not... +2.14
TypeError: can only concatenate str (not "set") to str 0.00
How to load scripts into a python interpreter session, and letting... 0.00
Creating a list of references to object attributes -0.03
Can someone explain why this compiles? +0.99
Why is the output different for following part of code? 0.00
Django model for books 0.00
Insert output of command into a dictionary an use it -0.02
What am I doing wrong? radius = radius + 25 -0.01