StackRating

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

MSeifert

Rating
1692.28 (186th)
Reputation
87,093 (917th)
Page: 1 2 3 4 5 ... 36
Title Δ
Currying and Recursion +0.79
How to transform a slice to a list of index in python? 0.00
Python 3.7: a new behaviour of dir() +2.02
Why is applying a function (using "apply") over a DataFra... 0.00
Using numpy.vstack in numba 0.00
What's the shortest syntax to format a 2d array of floats into... -0.26
Alternatives to using in-place list methods within a list comprehen... +0.08
Why do Python " ".split() and " ".split("... 0.00
Removing duplicate content from a list of lists while not preservin... -1.95
How to extract all functions and API calls used in a Python source... 0.00
What is the difference between "not ==" and "!="? +0.19
Cython - efficiently filtering a typed memoryview 0.00
Inconsistent behavior of jitted function 0.00
cProfile adds significant overhead when calling numba jit functions 0.00
What is special about a recursive call in a comprehension when the... +1.60
What is the '<' doing in this line?: data += dt < b +1.09
Error by using super().Sub(n1,n2) in python -0.80
Converting input to int throws "invalid literal for int() base... -0.23
Why are __getitem__ and __setitem__ not called on [:] 0.00
How to sort array of string and int values, multiple attributes wit... +1.22
Adding fields to NamedTuple from previous fields +1.38
How are my previous Python values being overwritten in this diction... -1.20
Enforcing abstractmethod behavior when decorating all methods in an... 0.00
Is it possible to have optional keys in a dict literal? +0.63
How to use np.empty inside numba compiled function; Error message &... 0.00
Plotting: `S=sum(1/x*x for x in range (1,n))` vs. `n` 0.00
Is "__main__" just a string literal? +0.72
How to get attribute name of a descriptor from within __get__? 0.00
Range with repeated consecutive numbers -1.93
Python counter values and boolean all() not working as expected -0.77
Why this numba code is 6x slower than numpy code? +0.76
The behaviour of 'super()' when type is 'object'? +1.10
Python module "trace": file path missing -1.79
Add a signature, with annotations, to extension methods 0.00
How to avoid incorrect rounding with numpy.round? +1.62
Why list.sort() doesn't work but sorted() works fine for the gi... +1.18
Explanation of the two percentage numbers in tensorflow's profi... 0.00
What exactly is the optimization `functools.partial` is making? 0.00
Finding longest run in a list -0.57
Elegant alternative to long exception chains? -1.68
Documentation for Python Internals? +0.27
why is numpy.linalg.norm slow when called many times for small size... +0.25
Where does PyCharm store compiled files? -2.72
Python with Itertools? 0.00
Suppress key addition in collections.defaultdict -0.16
Nested lambda statements when sorting lists 0.00
Counting only the frequency of letters in a string +0.13
is there a faster way to get multiple keys from dictionary? +1.65
Python lexical analysis - logical line & compound statements +1.23
Finding Key using next() and iter() -2.24