StackRating

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

Zero Piraeus

Rating
1589.97 (2,306th)
Reputation
31,612 (3,786th)
Page: 1 2 3 ... 11
Title Δ
Calculating total and relative frequency of values in a dict repres... +1.45
Is an instance of a class created immediately inside a list literal? 0.00
Why does btclib.mnemonic_from_raw_entropy claim I passed it less th... 0.00
How can I allow a fuzzy regex match for only part of the pattern? 0.00
How can I handle the failure of a DELETE statement to delete any ro... 0.00
How to write a starmap-like function without using the builtin map... +0.95
How can I make DictReader open a file with a semicolon as the field... 0.00
Unicode Font Rendering Difference in Firefox, Chrome, and Safari 0.00
How to iterate over a slice? 0.00
Why is my code to swap two elements of a list going wrong? +0.37
Why does the maximium size of containers have a sign bit? 0.00
Mapping common data in python List -0.73
How to match a date plus any time in a JSON file? 0.00
How to decode a string representation of a bytes object? -0.15
Convert timedelta value to float 0.00
Why do I get "NameError: name is not defined" with exec()? 0.00
What do 'rb' and 'wb' mean when opening a file? 0.00
How to print two variables from two different lists with a for loop? 0.00
Order a dictionary's elements using lambda +0.15
Why is my Dinosaurus class giving a <__main__.Dinosaurus object... 0.00
Why does my conversion of four bytes to binary have only 30 binary... -0.45
Why does this decorator program produce an unexpected output? 0.00
How can I create a tree data structure from a YAML file in Python? -0.28
Generate pairs of students from list of names, new pairs each week 0.00
How to use a "double layered" decorator without using the... 0.00
How can I get PyCharm to recognize a custom property decorator? 0.00
How to get a subsequence of items across multiple lists from a list... +0.33
Python TypeError - Expected bytes but got 'str' when trying... 0.00
Is it possible to redefine keywords in Python? 0.00
Float division returning -0.0 instead of 0.0 0.00
How to search for and replace a term within another search term +0.44
How can I invoke Python's built-in function argument verificati... 0.00
How to print national charset tables? 0.00
Can I losslessly recover integer keys which json.dumps() has conver... +1.61
How can I get sensible results from len(), str.format() and a zero-... 0.00
How can I keep all key-value pairs from a JSON document containing... 0.00
How can I annotate f(*params)? 0.00
Why does *x, unpack map objects in python 3? 0.00
How to break out of a asyncio coroutine without using the `return`... +0.99
How does Python 3.6 SequenceMatcher().get_matching_blocks() work? 0.00
TypeError: expected a character buffer object with tuple passed to... 0.00
Why is my enclosed area function giving "TypeError: unsupporte... +0.38
How do I convert a '\x'-escaped string into a list of the c... 0.00
Why is extended slice assignment less flexible than regular slice a... 0.00
Why are parentheses required for assignment of a tuple to an annota... 0.00
How to sum variable-size parts of a collection? -0.56
When can self == None 0.00
TypeError: unsupported operand type(s) in "print >> ...&... 0.00
Tuple of tuple given on slice generation 0.00
Alternative to ElementTree.iter() in Python 2.6 0.00