StackRating

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

juanpa.arrivillaga

Rating
1667.67 (343rd)
Reputation
40,460 (2,748th)
Page: 1 2 3 4 5 6 ... 34
Title Δ
How to reference function defined in __init__ super class 0.00
Can I run a decorated function without a decorator functionality? +1.77
Python convert string to bytes without changing values 0.00
Is there a Python function or way to perform cross validation on a... 0.00
Issues when profiling list reversal in Python vs Erlang 0.00
Is there a more elegant way to remove Nones from list after list co... +0.26
Potential bug in the python list variable type +0.28
Difference in methods of defining two variables at the same time in... 0.00
Class decorator for methods from other class -2.40
Why using np.mean() and mean() gave me different output number? -0.16
Log common method among classes in python 0.00
Is Copying for List Assignments acceptable? 0.00
Is there a function in Python that does the same thing as the equal... -0.24
Instead of Overriding , Remove a method when extending class? 0.00
Separate counter for each list in zip_longest() in Python +0.27
Does deleting a variable in python for loop make it more memory eff... 0.00
Memory Size of list python +0.27
Reading decimal representation floats from a CSV with pandas 0.00
Compare two lists and Identify string position where difference occ... -0.73
how to return strings from a list comprehension 0.00
Sort a list of strings by length, then reverse alphabetically, and... +0.27
Is there a walrus operator in Node.Js? +0.27
How can I tell if a Python line contains a ! outside of quotation m... 0.00
Does using del with slicing creates a new object first and then del... +1.18
Python destructor called in the "wrong" order based on re... +0.98
What is the right way to implement descriptors in Python 3.6+? 0.00
How to understand scope within generators? 0.00
Set element at arbitrary index in list in Python? 0.00
Strange, inconsistent behavior in checking whether a python list co... 0.00
Using the enumerate function, is there a way to reference the index... +0.94
Alternative to pandas groupby with lambda and diff +0.91
Pandas: interpret list of list datatypes? +0.28
numpy: Stop numpy.array() from trying to reconcile elements. Create... 0.00
Convert a list to a numpy mask array 0.00
Pythonic way to create single "sorted" generator of two d... 0.00
How does list.sort(key=list.count) works in Python 3.x? 0.00
TypeVar describing a class that must subclass more than one class 0.00
Pythonic way of retrieving elements of 2D array by indices 0.00
how to create infinite loop in python(other then using while true)? -0.24
Why does json.dump produce line endings in vscode? 0.00
Can I omit Optional if I set default to None? -2.54
Using metaclasses in order to define methods, class methods / insta... 0.00
Is there a way to lazy unpack an infinite generator? 0.00
Why is if x in (1,2,3): faster than if x ==1 or x ==2 or x ==3: -1.62
How to explain the following behavior when is and == are used in on... 0.00
C#'s WriteAllBytes Equivalent Function in Python 0.00
How to remove empty dictionaries from this list -0.71
Why do NaN values make min and max sensitive to order? -0.24
How to convert a date into a list in python +0.75
Emulate c cast operation of float to int in python -0.76