StackRating

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

Chris_Rands

Rating
1635.09 (785th)
Reputation
17,592 (7,964th)
Page: 1 2 3 4 5 6 ... 7
Title Δ
Adding if statement in a try/except bloc +0.36
how to nest multiple python function to create a sort of pipeline? +1.12
list of integer square roots python +0.35
Compute the cumulative sum of a list until a zero appears +0.69
Python create multi-dimensional dictionary using list comprehensions +0.47
Tkinter documentation is contradicting PEP8 0.00
Make a function behave differently between first and subsequent calls -0.95
Python3 try catch syntax change 0.00
Generating n random numbers between i and j python +1.39
Merge two lists into a list of multiple lists +0.33
How to fill array from index to another index in Python +1.22
Get the size of a conditional subset of a list +0.33
How to get newly defined variables 0.00
Multiple assignation with list comprehension +0.90
NameError: name 'x' is not defined (x declared in for loop) +0.75
[] = (), () = (), and {} = () 'assignments' +1.50
Python to convert RNA seq into single-letter Amino Acid sequence 0.00
Comparing two lists similar to startswith +1.36
Printing specific values from list in Python 3 +0.12
Is it good practice to change the type of a variable in python? +1.92
What is the standard way to recommend "Python 3 only" com... -0.91
Find first word in string Python -0.21
Regex for split or findall each digit python +1.42
Easy way of converting a string to lowercase in python +1.50
Python: Attempting to replace one element in a 2D list replaces all... -0.13
Creating flat list from single float or list of floats +0.96
Python. List comprehension. List in the list and so on +0.39
"Tuple comprehensions" and the star splat/unpack operator * 0.00
efficient way to iterate list? 0.00
Stop a loop if information is not found 0.00
Python Counter with defaultdict(int) behaviour -0.02
How to write a good generator-chaining function +0.37
python dictionary put values of keys into a list where the keys are... +0.98
Python: Get indices of common values in 3 sorted arrays -1.18
How to print out certain lines in a file in Python +0.36
Python 3 outputting weird arithmetic result +0.03
Why can't I swap two items in a list in one line? -2.01
dict in python with key-values, for values have one variable included +0.87
List comprehension with expensive computation +0.36
How do I efficiently overlay two strings where one string takes pri... -0.08
numpy.any() returns True but "is True" comparison fails +1.64
Counting characters in a file in Python -1.05
Python: Return the values of a list for each match 0.00
Display element of a list detected by "if any" +1.31
Are sets ordered like dicts in python3.6 +0.21
Randomizing the upper and lowercase of a string +0.39
How to check if a sequence of INTs are in a list and remove them in... +1.70
Split list by criterion +1.97
get linear indexing for filtered sublist items 0.00
Why slice() when a[start:next:step] is there? 0.00