StackRating

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

tdelaney

Rating
1558.10 (5,965th)
Reputation
36,152 (3,149th)
Page: 1 ... 5 6 7 8 9 ... 47
Title Δ
Python 3 Type Comparisons 0.00
Why my while loop makes one more execution after it hits break? -0.03
Write a while loop that takes a string and counts the vowels? -0.76
Python Big-Endian Conversion for .bin file 0.00
How to unpack single-item tuples in a list of lists -0.65
How do you optimize searching a large file in Python +0.41
Running a Python Scheduler every Monday? 0.00
Is there a way for a change in a variable in a list to be reflected... +0.43
Don't understand this code showing tuple unpacking -0.47
How to efficiently split a text file according to certain characters? +0.84
show negative hours with time calculations? 0.00
Issue with a Python continue statement in a while loop 0.00
Program refuses to run 'if' statement despite having a vali... -0.53
How to print all variables along with their values of a function wi... -2.04
How to apply a function to more than one column with Python? -0.14
How to skip the parameters of a function in python? +0.43
python multiprocessing does not run functions 0.00
finding a word before a specific string with regex from a text file -0.55
Iterating over sub-folders and converting file format from txt to csv +0.43
Read text in Python 0.00
What are effects on overhead of using list.pop(0)? -1.49
can someone explain why this import does not raise an error? 0.00
TypeError: int() argument must be a string, a bytes-like object or... 0.00
Why should I convert iterable object to iterator first? -1.08
How to validate floating numbers in isdigit() in python +0.41
Is there any way to make Python's functions of functions more r... +0.47
How to process a very large file in python? +0.16
What makes a stack True? +0.43
How to search without order in a dictionary? +0.51
Why python pickle does not work dos to unix? 0.00
Read a json file in memory discord.py 0.00
Why the code is reaching Exception block? -0.06
How to ignore a NameError and continue running the rest of the prog... +0.43
In Python, why does a class method override an instance method? -0.73
A simple IF statement in Python 3.X Pandas not working -0.07
Best way to write to CSV and append to list simulatenously in Python -0.57
How to joint lines in if condition? -0.43
Trying to create/associate functions dynamically to variables in a... 0.00
How to find duplicates in a csv column, and remove any row that doe... +0.43
Can You Retry/Loop inside a Try/Except? +0.43
Does underscore character in python variable names matter to the in... -0.58
Split string beside a separator -0.39
Passing an argument to a callback +0.43
global variables in python / discord.py 0.00
Given my file structure, what commands should I use to import the f... 0.00
Avoiding code repetition when returning a value only if True in Pyt... -0.58
Python 'from x import y' vs 'from .x import y' +0.46
How can I use Python to interact with a command line multiple times... -0.56
How to have a function feed another function's input +0.43
How to check if a string contains specific characters in a list in... -0.10