StackRating

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

mgilson

Rating
1700.92 (150th)
Reputation
222,399 (194th)
Page: 1 2 3 ... 80
Title Δ
Python `arr[0]:[0]` explanation -1.08
How to Exit Through Multiple Exceptions in Python 0.00
Setuptools python - import problem inside project 0.00
How to save a list of numpy arrays of different sizes to disk? -0.26
__str__ meet RecursionError when the class has a Descriptor 0.00
How to define format in logging.basicConfig() using python's st... 0.00
Should arguments that default to None always be type hinted as Opti... 0.00
Is __repr__ supposed to return bytes or unicode? +1.04
Decorator inside a class throw warning in Pycharm +0.24
Calling method, classmethod, staticmethod in the same Python class +0.24
Python: can I use the lambda argument n to repeat lambda operation... -1.27
in python Class object is immutable object ,but it can be modify,why? 0.00
Is Autoescape default in jinja2 (Flask)? 0.00
What is the scenario of dict.get('..', None) or None? +0.58
python source code for "radians" -1.94
compare a defaultdict key-value with another defaultdict +0.26
How to handle command line args that have relations with argparse? +0.24
tyring to test for exception using python unittest +0.24
Python unit testing: multiple test functions to test single functio... 0.00
Delete a multi-level key from a dictionary 0.00
Python string interpolation for string and dictionary in the same l... +0.45
Default Argument decorator python +0.01
How to force the default parameter in python -1.82
Dictionary changed size during iteration - Code works in Py2 Not in... +1.59
Sorting values in an array: 'reverse' is an invalid keyword... -0.26
Numpy vectorized function assignment with a boolean statement +0.62
Comprehensions to combine two dicts and create value lists +0.39
Why does functools.partial not detected as a types.FunctionType? -2.27
Vectorized example of the math.atan2() function in python 0.00
Is it wrong to modify the list I am looping over if that's what... +1.64
object does not support indexing when overriding __getitem__ +1.02
Is there a well-defined way to check if a path is a simple file/fol... 0.00
Mocking a property call returning MagicMock, not value +0.22
SKLearn Naive Bayes: add feature after tfidf vectorization 0.00
How can a function convert its printf-style (fmt, args, ...) input... 0.00
Is this a dictionary & lists bug? 0.00
Division in Python 2.x +0.51
Use 'pass' as a dictionary keyword +0.23
Storing a boolean expression into a new variable 0.00
How to find largest number from a set of exponential numbers in pyt... +0.24
Loop through queries of different length 0.00
Accessing json data by a list of strings? +0.24
What is the difference between dictionaries created from vars() and... -0.28
Python: Copying numbered questions from a file and pasting them int... -0.41
Unexpected result from nested for loop - Python -0.54
Printing tuple indexed [:1] works, but [0] produces TypeError -0.18
How to run my for loop with same i if i want? +0.23
python list.copy shallow vs deep copy -0.51
Downgrading from Python 3.6 to Python 3.5.2 Not Working 0.00
What is a Pythonic and efficient way to divide a list at a matching... +1.15