StackRating

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

user2357112

Rating
1732.54 (65th)
Reputation
169,138 (306th)
Page: 1 ... 34 35 36 37 38 ... 89
Title Δ
python equivalent to MATLAB's 'replace unimportable cells w... 0.00
Get an information about defined attributes without __dict__ or dir() -1.16
Off-By-One Error Calculating Expression Depth -1.60
Reverse slice from end of list to a specific index +0.90
How do I finalize the main thread? 0.00
python: 'int' object has no attribute '__iadd__' +1.95
Python local variables statically determined? -2.76
How to override __repr__ when inheriting from OrderedDict? -2.14
numpy array reshape returns a new array, rather than reshaping in p... +1.26
Inspect the number of arguments in operator module (ie add, mul, su... 0.00
Markedly faster to access a numpy array 'arr' than 'arr... 0.00
Strange Descriptor Behavior 0.00
How to reduce the sets in dict values using comprehension? +1.56
Why does int(maxint) give a long, but int(int(maxint)) give an int?... -1.03
`A*` removing a node from frontier +0.24
Detecting C types limits ("limits.h") in python? 0.00
Choosing a random state weighted by probability 0.00
Is there any practical point overriding hashcode if the class is no... +0.51
Binary mask with shift operation without cycle -2.86
Algorithm: Find single number in array +0.27
Python: Strange behavior of locals() 0.00
Increment for loop by adding counter to itself -2.08
Broadcasting numpy matrices using arrays of indices +1.23
Is there elegant solution for mapping shell arguments to Python fun... 0.00
Undocumented Java regex character class: \p{C} +0.80
Why does Python often separate the exception type and value (exc_in... -1.18
Is it true that functions written in C cannot have **kwargs argumen... 0.00
What is the time complexity of popping an element from a dict in Py... 0.00
Yielding from within with statement and __exit__ method of context... +1.04
Python Function Functionality +0.26
In Python 3.5, is the keyword "await" equivalent to "... 0.00
Why does the file_object.tell() gives the same byte for a file at d... -1.20
Different import behaviour for different modules -2.79
Does std::apply provide a guarantee for order of evaluation? -0.39
Reshaping array of matrices in Python +1.36
What is practical use of '-x' parameter? 0.00
Python Multiple Values For One Key in a defaultdict(dict) 0.00
Why does genexp(generator expression) is called genexp? not iterexp? -1.54
Inheriting from a tuple subclass 0.00
What are 0xaa and 0x55 doing? -0.49
Why codecs.iterdecode() eats empty strings? 0.00
Python 2.7 Grammar Geek - Lambda in List Comprehensions 0.00
Parsing the string-representation of a numpy array +1.55
How to speed up calculation to find closest representation of the f... +0.26
Why sorting in the end is faster than inserting in sorting order? +0.80
Using __prepare__ for an Enum ... what's the catch? -2.69
Re-assigning a name to itself 0.00
Why does putting a multidimensional array in varargs cause a compil... 0.00
What is the most efficient way to copy an externally provided buffe... 0.00
When returning an iterator in Python 3, should `yield from` be pref... -0.44