StackRating

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

Blckknght

Rating
1633.49 (817th)
Reputation
66,642 (1,318th)
Page: 1 2 3 4 5 6 7 ... 53
Title Δ
Combine two list and output all possible combinations of list 1 giv... +0.11
How to print the sum of values in a series? 0.00
Can someone help me understand this code snippet about class variab... 0.00
Im trying to find a specific value in a multidimensional list. But... 0.00
Python3 impossible to pass @property as decorator argument 0.00
Deleting leftmost leaf in a binary tree 0.00
Recursive function that depends on (k-1) previous terms 0.00
list comprehension multiplying itself, and it isn't checking ac... 0.00
How to loop through dataclass in Python? 0.00
How to better understand for "longest valid parentheses"... 0.00
Python Recursion inside Inherited Class method -0.95
Lambda Sort :According to Multiple elements 0.00
In game design, do we have to repaint the whole window in every fra... +0.35
How should define a polynomial in Python 3.7.4 0.00
How to mutate a container being iterated over? -1.97
I wrote A Code In Python To find Max And Minimum Of 4 elements out... +1.73
What am I missing in this Python math problem set -0.15
Where is the __bases__ attribute defined? +1.54
csv.writer inserting comma between each character 0.00
I can't seem to break out of my While loop even when it is False? -1.14
How to form a string by replacing dict key with its values +0.58
Turtle Program slowing down after a while. Tried clearing screen an... -0.66
How to iterate a list of dictionary with python3 -0.77
Getting rid of explicit super 0.00
"RuntimeError: generator raised StopIteration" every time... -0.15
Code incompatibility issues - Python 2.x/ Python 3.x 0.00
Get decorated class from its name in the decorator? +1.50
Why is this decorator returning 'result' first, then print... 0.00
Are the iteration step and the iteration pass the same in python? -0.20
Make static class in Python +0.80
Problem in running multiple processes using multiprocessing in python 0.00
I am trying to open a file, look for 'r' or 'R' as... 0.00
What does y.ravel().shape[0] do? +0.36
How do I create a module that can be used like module.subsection.fu... 0.00
How to modify __getitems__ for a 2d array class (python)? +0.01
How to catch StopIteration from subgenerator 0.00
Constant containing a instance of the declaring class -2.25
Looping does not enter the else part in an if-else loop -2.56
Setting instance method systax +0.35
Should I use loops or stick with nested if statements? -0.70
Can I optimize my prime number summing function with generators? +0.85
What one line code algorithm in python 3 will give such result? -0.64
Why can't I overwrite my old generator in my double itertion? +2.24
Doubts about string -1.34
How to continue iteration of JSON object/list with "for"... -0.97
how to access class' attribute instead of objects 0.00
Python - can call same class twice(or more) in thread? 0.00
Sorting a "Decorated" List of Instances Using Tuples - Ze... 0.00
Do multiple logical statement work in a single while loop? 0.00
Why does 'and' work instead of 'or' in this scenario? -1.27