StackRating

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

Glenn Maynard

Rating
1618.26 (1,150th)
Reputation
44,537 (2,382nd)
Page: 1 2 3 4 ... 7
Title Δ
Python override __getattr__ for nested assignment, but not for refe... +1.20
all permutations of a binary sequence x bits long -0.39
What can be done to speed up this memoization decorator? +1.60
Using Python descriptors with slots 0.00
Save a dictionary to a file (alternative to pickle) in Python? +0.90
Large sortable data structures? Dictionary or something else? -1.43
How to make super() work by manually filling the __class__ cell? +0.94
What's the difference between database object and cursor object in... 0.00
python regular expression -1.95
Why does Python assignment not return a value? +0.05
Why is lookup in dictionary much faster than two if-tests in Python? +0.24
python 3: class "template" (function that returns a param... +0.44
How to list imported modules? +1.64
Why is does dict have worst case O(n) for so many operations? +0.32
In simple cases, is it better to except & recover or to avoid t... -0.45
Is there any reason to use malloc over PyMem_Malloc? -0.38
Shortcut for if __name__ == '__main__': -0.63
How are Python in-place operator functions different than the stand... +0.41
Python 3.1 - Obtaining the least common element in array -0.92
python key in dict.keys() performance for large dictionaries +1.45
Is python exception handling more efficient than PHP and/or other l... +1.29
How do I check if a list is sorted? -1.16
Find the most recent file in a directory without reading all the co... -0.03
Ways to avoid MySQLdb's "Commands out of sync; you can't run t... 0.00
Anybody know a valid mechanism to detect the degree of similarity b... +0.33
reverse a regexp substitution +0.36
Multiple inheritance problem in Python! +1.64
In Python, how do I check the size of a StringIO object? +1.48
How to fetch dictionaries within dictionaries in a JSON string? 0.00
Why doesn't append() work correctly with a dictionary created via z... -0.65
Python inline elif possible? -0.64
Select one distinct column, others can be non distinct. - MySQL -0.23
Append to JSON in Python (Optimally due to RAM constraint) +0.33
Transferring files from user's computer to different server without... 0.00
cross-platform splitting of path in python -0.91
Is there a standard set of libraries for dynamic strings, lists, an... -1.05
the Memory problem about MySQL "SELECT *" +0.45
Django: What is a clean way to populate a list of optional object a... +1.46
Python and Unicode: How everything should be Unicode +0.77
python: sharing huge dictionaries using multiprocessing -0.62
Diamond problem when using MixIns in Python +1.19
Python: if key in dict vs. try/except +1.00
Can XML-RPC methods be called by name (as strings) in Python? 0.00
How To Escape Characters When Reading JSON +0.35
Is there any harm to encoding (with the same encoding format) a str... -0.17
Problems INSERTing record if similar doesn't already exist +0.34
python theading.Timer: how to pass argument to the callback? +1.81
Setting sqlite I/O priority from python module (speeding up sqlite... +0.85
Is there such a thing as working threading in python? -0.15
Check for mutability in Python? -0.20