StackRating

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

ShadowRanger

Rating
1696.29 (165th)
Reputation
67,338 (1,301st)
Page: 1 ... 25 26 27 28 29 ... 59
Title Δ
What are the definitions of runtime limits and compile time limits? -0.25
How to slice a list with irregular intervals? -1.19
Infinite loop while using ?: condition inside "for" loop -0.24
Finding the filename and file path of a function in Python 0.00
Destructor not being called in a Python script 0.00
I'm not able to understand how Python3 map function for list is... +0.27
Making two lists into a dictionary error: unhashable type: 'lis... 0.00
Python gives ValueError: list.remove(x): x not in list when removin... 0.00
List seems to be an integer 0.00
Make the program run faster +0.19
how to make attrs class with tuple and dict unpacking but without e... +0.27
Attributes not being assigned to a class? Python 2.7 0.00
What's more efficient in Python: `key not in list` or `not key... +0.79
how is asyncio.sleep() in python implemented? +1.18
Python - Using Strings As A Condition Operator In An If Statements -1.49
Is modifying sys.path the best way to handle a project specific mod... 0.00
Print a number of previous lines after matching string found in lin... +0.56
Join two lists of lists in python 2.7 -0.73
Elegant slicing in python list based on index -2.45
Increment a Variable With an Unknown Type 0.00
How do you know in advance if a method (or function) will alter the... +1.28
Why is the order of Python sets not deterministic even when PYTHONH... 0.00
Slice operator with end index 0 +0.76
Remove only trailing whitespace from output -1.70
How to apply a function throughout an iterable? +0.28
unable to read file from external location in python +0.28
**kwargs and default arguments +0.46
use map/lambda to create dicts 0.00
How to have if statement accept any one of three arguments without... +0.88
Expecting ValueError: too many values to unpack but getting TypeErr... -3.20
Qsort comparison +1.41
Does `copy.deepcopy` work with `NamedTuple`s in Python? 0.00
Subtracting Elements of List +0.88
How to transformation 'string' to 'variable' Python... 0.00
Parallelizing a for loop in python +0.26
memory mapped file access is very slow 0.00
Python: Why are my integers being converted to strange negative num... -0.24
Efficient way to create array of string +0.81
Avoid nested loops when checking data in Python +1.31
How to create a list of iterations where some of the variables are... +0.65
std::string_view and std::string in std::unordered_set 0.00
hyphen in python argument parser 0.00
Vector of pointers and erasing a specific value 0.00
Discrepancy between python sum(list) and reduce(lambda x, y : x+y,... -1.97
Using time.sleep() in komodo edit? 0.00
var == False or if not var +0.28
Python-Type Error-Encoding error 0.00
Python replace "/n" - next line with something else +0.27
Clean way to write IF statements in python to skip on None? -1.26
Count how many times group of space separated words appear in sente... +0.26