StackRating

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

wim

Rating
1722.75 (76th)
Reputation
181,552 (277th)
Page: 1 2 3 4 5 6 7 ... 57
Title Δ
Most pythonic way to call a list of functions 0.00
Numpy bug using .any()? 0.00
Exclude a directory when building python .whl? 0.00
Use a for loop to calculate and print the average of the third list... 0.00
How do we check if mock request is actually the correct one? 0.00
Tuple slicing not returning a new object as opposed to list slicing 0.00
Marking a Pytest fixture instead of all the tests using the fixture 0.00
How to update pure function? 0.00
What is row major and column major in numpy? 0.00
Why is later double %% converted to single % 0.00
operator pow() returns a different value than ** 0.00
Issues with display of Unicode characters in Python (combining char... +1.35
Why does setting a descriptor on a class overwrite the descriptor? +1.42
When is the "requests" module removed from Python by defa... 0.00
Ignoring pip warning when doing `pip install -r` +0.22
Chain of events in a deleter 0.00
Example of a custom deleter method 0.00
List comprehension being passed to Ordered Dict creation is being c... 0.00
What is a keyword argument value's namespace in python? 0.00
How do I remove 'None' items from the end of a list in Python +1.16
pytest-mock patch context manager not restoring object on exit 0.00
How do I use mock @patch decorator with a locally imported library? 0.00
Import objects from a python module that has the same name as an __... 0.00
Why does this min() call work for dictionaries +0.28
Why do dict1.items() <= dict2.items() and dict1.viewitems() <... +0.99
Time complexity of numpy.transpose +0.62
Cannot patch a magic attribute +0.71
Django Unit Test - IDs of created objects 0.00
Can random.uniform(0,1) ever generate 0 or 1? -1.61
Why does passing keyword/named arguments produce error when name ha... 0.00
Why when installing any package through pip3, the configparser.Inte... 0.00
How to upgrade to Python 3.7 with existing module named `async`? 0.00
Python pathlib.Path - how do I get just a platform independent file... 0.00
Pretty Print a List -0.25
Why does __init__.py import all files in the folder as modules? 0.00
Subset of python list based on groups of elements of same list, pyt... +1.07
variable number of leading zeros -0.41
Using python unittest, how can I assert an error reported gave a ce... +1.42
Why is dictionary with only keys len zero? 0.00
How can you list the contents of the global namespace from within a... 0.00
find top k largest item of a list in original order in python +0.51
Why does the Python import statement not use parentheses? -0.90
Python: explicitly use default arguments +1.95
How to determine the modules available in a PyPI package 0.00
Is there a better way to merge items of a tuple that has a sublist... +1.17
Python String Encoding that uses &#x**; 0.00
Keep elements order inside OrderedDict -0.41
Python coroutines don't run concurrently with time.sleep()? 0.00
Does a file stays open if I open it and not assign it? 0.00
how to pass one param to argparse that will affect two options? 0.00