StackRating

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

pillmuncher

Rating
1482.13 (4,487,807th)
Reputation
8,420 (18,618th)
Page: 1 2 3 4
Title Δ
Check if a variable's type is primitive +4.32
What is the best way to create a string array in python? -3.05
Is it better to have standalone functions in globals or group them... +0.52
What is a good way to decorate an iterator to alter the value befor... +2.46
Managing Items in an Object Oriented game -0.71
Type annotations of objects to the correct class in Python/Eclipse +4.27
In Python, how do you conserve grouping when you sort by one value... -0.31
What should be the pythonic way to implement following logic? -1.85
What are the advantages of "yield item" vs return iter(it... -2.32
Checking compatible total orders given by a Python list -2.29
Sorting a csv file in Python with sorted() returns values in progra... -1.77
Python Coding Stlye...Is the code bug free/production quality +4.47
Python BFS with collections +5.27
Python Event-Category Mapping Design 0.00
Python file parsing: Build tree from text file +4.68
Avoiding unncessary use of lambda for calls to object methods -3.03
Counting "deepness" or the deepest level a nested list go... +2.21
Python: Replace ith occurence of x with ith element in list -1.90
How do I fill a list in python with user-defined class instances? +1.00
Monkey patch __del__ to new function -0.79
How can I compute elements from two diferents lists in python? +2.51
Python: Creating possible sublists from 2 lists where the order is... -2.65
Python: Find the sum of all the multiples of 3 or 5 below 1000 -0.07
Can this be written as a python reduce function? -2.50
Python: override __str__ in an exception instance -3.53
Call an arbitrary child attribute from a parent class? 0.00
Joining elements of a list - Python -1.26
What is the best way to end this thread when a function is called? +0.92
How do I count the number of identical characters in a string by po... -1.18
Python: add a value to the end of the inner-most right nested list -2.75
Idiom for "reducing" a list with another list of methods -2.89
Python: Caesar Cipher, If statement and else statement both True at... +1.55
pythonic way of checking endpoints of a list against two sets of va... +0.70
Applying a method with no return value to each element of a list -0.65
Python: Not finding value in list that should be there +0.27
Python parsing list of string -1.41
Merge lists that share common elements 0.00
Declaring types for complex data structures in python +2.21
Python loop (insert items in a list at dermined places) -1.15
My implementation of merging two sorted lists in linear time - what... -1.53
Apply a list of decorators to a callable? -2.52
Python Regular Expression -3.27
Python: conditionally delete elements from list -2.14
Python how to iterate through a list and compare lists of strings f... -3.92
Python Eclipse type casting intellisense work-around +2.46
What is the canonical way of handling different types in Python? +3.80
Subtracting the current and previous item in a list -4.31
what would be a quick way to do nested splitting of brackets in pyt... +0.38
Slice a binary number into groups of five digits +3.75
Is it ok to skip "return None"? -2.37