StackRating

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

BrenBarn

Rating
1659.53 (436th)
Reputation
173,510 (294th)
Page: 1 ... 27 28 29 30 31 ... 46
Title Δ
Different classes made by type with the same name in Python? +0.32
Python: Returning errors rather than throwing +0.31
Parsing a non regular text file in pandas +0.29
Vectorizing operation in NumPy -2.33
apply fromiter over matrix 0.00
python json.loads / json.load truncates nested json objects? -0.79
Getting respective *args, **kwargs from collection of functions, th... 0.00
UnboundLocalError when calling nested function defined after the call 0.00
Python - generate array of returns from function that changes its r... +0.31
UnboundLocalError: local variable 'player' referenced before assign... 0.00
Python super() arguments: why not super(obj)? 0.00
A more efficient way to use a weakref on an object as a property? -0.68
Why does my python method print out 'None' when I try to print out... -0.68
Python: convert boolean array to int array +0.32
Get Matched Value From Iterator With "if value in list" i... +0.31
Python, faking module in Class definition 0.00
Python - is there a way to implement __getitem__ for multidimension... +1.59
Setter of a property used in a dictionary +0.30
Pythons hashlib producing different hash value than the original hash +0.32
python: difference between != and <>? -0.26
Borrowing class method from another class (Python 3) -0.11
Python: Trying to create the equivalent of and(or(value,value,value)) +0.08
Python Strategy Pattern: using class wrapper not function + simple_... 0.00
Why does calling super() in parent class __init__() change the subc... 0.00
Bug when trying to define DJANGO_SETTINGS_MODULE within a python sc... 0.00
Better Function Composition in Python -1.05
what does 'if x.strip( )' mean? +1.07
The main() function appears to not work -1.13
check arbitrary list index existence in python 0.00
Numpy, why does `x += y` produce a different result than `x = x + y`? +1.68
python variable scope in nested functions -1.95
Why does `True == False is False` evaluate to False? -1.03
How do you transparently pass arguments through to a function in py... +0.32
regex search is not catching what it should 0.00
dynamically defined class not visible in importing module python -0.30
Confusion regarding mutable and immutable data types in Python 2.7 +0.50
How to get reference to module by string name and call its method b... 0.00
Pandas: Why should appending to a dataframe of floats and ints be s... 0.00
for line in f: why is there a difference when replacing in lists? -0.82
Python/pandas idiom for if/then/else 0.00
Funky behavior with numpy arrays +1.68
Python's .remove() Method Removes Unexpected Item in List -2.05
What is the correct way to reference items in multi-dimensional lis... +1.49
Are nested try/except blocks in python a good programming practice? -0.45
Why does the parsing of csv file not break things into their 'logic... +0.97
Is it more pythonic to use in operator vs or operator +0.29
Class variables in python not found in __dict__ +0.37
.split() creating a blank line in python3 +0.75
Creating an element-wise minimum Series from two other Series in Py... -0.54
are 'optimized' .pyo files unsafe? +2.01