StackRating

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

delnan

Rating
1680.51 (249th)
Reputation
62,580 (1,434th)
Page: 1 ... 8 9 10 11 12 ... 23
Title Δ
How to convert a variable length string to a 16 character string? 0.00
Would Hindley Milner type inference be useful to PyPy for RPython? 0.00
How to compile and execute from memory directly? +0.38
When are python objects candidates for garbage collection? +1.12
How does a tracing generational GC determine garbage in the young g... 0.00
Why accessing to class variable from within the class needs "s... -1.00
converting <> operator to python3 -0.46
In Python, why is a bare function object valid code? +0.69
Python: how to check if an argument's type is such that it will be... +0.23
How to Loop x Times With Functional Style? +1.20
What is the difference between 'import' and 'include' choices in la... 0.00
inserting textual data into SQLite using Python yields a TypeError... +1.32
Is it bad practice to use assert to verify assumptions about argume... +1.17
How to use polymorphism in functional programming? -0.53
Inherited class variable modification in Python +1.91
Python: calling method returns <[object] at [pointer]> instea... +1.10
With JIT Compiler what comes first? Translate into machine code or... 0.00
I don't understand Python's main block. What is that thing? -1.00
Performance differences... so dramatic? +0.25
Currying using python with-statement? +0.72
PyPy displaying inaccurate benchmark results? 0.00
Practical examples of NFA and epsilon NFA 0.00
Compressing a string +0.29
python function default parameter is evaluated only once? +1.51
Does the Python 3 interpreter have a JIT feature? +0.42
convert to LLVM IR: how to create virtual register instead of alloc... 0.00
How can I create a ply rule for recognizing CRs? 0.00
Python - Making a reference to an objects attribute -2.69
Jython - SyntaxError: mismatched input ',' expecting COLON 0.00
In Graph Algorithm, what is the best way to determine if a node is... +0.28
Converting string to base36 inconsistencies between languages. 0.00
What is the precise definition of the Heap data structure? 0.00
Python `for` syntax: block code vs single line generator expressions -1.68
What's the difference in Python between creating an attribute and d... +1.31
Python issue with incorrectly formated strings that contains \x -0.21
Python and reference passing. Limitation? +0.87
classmethod built-in function - Can't understand a statement from D... +1.10
returning value from list vs dictionary +0.01
TypeError: object not callable when making instance 0.00
ruby-style conditional setting of python variable -1.61
How can i set isdigit() command as a variable? +0.34
When a Single Linked List Node becomes a Garbage Data? -0.19
Pythonic way to get boolean value of object +0.29
Is Multiple Inheritance problematic in Python? +0.24
How does initial capacity impact the performance of a HashMap +0.04
Object cannot be created globally but can locally python -0.66
C++ vs Python server side performance +1.30
How can PyPy be faster than Cpython -0.75
How do I sort a dictionary while retaining its keys? +0.95
Why is adding attributes to an already instantiated object allowed... +1.25