Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Martijn Pieters earned this badge 118 times |
may 13 at 12:55
Concatenate elements of a list
may 12 at 15:29
Does fp.readlines() close a file?
may 10 at 15:00
for x in y(): how does this work?
may 9 at 11:49
sort() and reverse() functions do not work
may 7 at 4:33
os.walk without hidden folders
may 2 at 18:03
Replacing last value in list of tuples
may 2 at 12:12
is the newline “\n” 2 characters or 1 character
apr 24 at 11:54
Is there a way to use PhantomJS in Python?
apr 21 at 1:14
Loading & Parsing JSON file in python
apr 20 at 11:43
Python: SyntaxError in if statement
apr 19 at 15:33
Python class __init__ layout?
apr 19 at 10:13
Python code. Is it comma operator?
apr 18 at 16:38
Python split string by pattern
apr 9 at 15:17
if len(list) in Python
apr 5 at 19:39
'int' object is not callable error python
apr 4 at 14:31
python: in “”?
apr 2 at 0:42
Python not equal operator
mar 27 at 16:36
How to cleanly keep below 80-char width with long strings?
mar 26 at 18:00
Pythonic way of sorting a list
mar 26 at 13:10
Unicode encoding/decoding
mar 18 at 18:27
List extending strange behaviour
mar 18 at 16:07
Remove small words using Python
mar 14 at 20:04
Is this not a tuple?
mar 14 at 16:39
Is there a way to react to an Exception raising to the top of the program without try/except in Python?
mar 7 at 12:13
Print escaped representation of a str
mar 7 at 10:58
Requests — how to tell if you're getting a 404
mar 6 at 9:51
String.replace() Python remove first coincidence
feb 28 at 22:20
Can this Python loop be expressed more succinctly?
feb 21 at 21:44
Splitting on last delimiter in Python string?
feb 19 at 22:27
How to calculate moving average in python 3.3?
feb 18 at 16:31
Array operation in Python
feb 10 at 17:31
Split a string using an integer as a delimeter
jan 20 at 2:18
Weird Python code results
jan 17 at 10:52
How to use “import” in python?
jan 12 at 23:56
What is special about deleting an empty list?
jan 11 at 16:30
Can not understand Python expression
jan 10 at 15:45
Python: How to count how many lines in a file are the same
jan 10 at 13:45
Most Pythonic Way to Build Dictionary From Single List
jan 9 at 14:34
Why is there no goto statement in Python?
jan 7 at 12:51
python tuples and lists. A tuple that refuses to convert
jan 2 at 15:57
Python list comprehension expensive
jan 2 at 7:22
Complex list slice/index in python
dec 29 at 20:54
getattr() versus dict lookup, which is faster?
dec 21 at 14:16
Python Syntax error makes no sense
dec 19 at 21:55
Iterating over Dictionaries
dec 19 at 15:45
python sort upper case and lower case
dec 9 at 14:10
Formatting display of numbers in Python 3
nov 30 at 17:56
Python “is” operator?
nov 30 at 15:36
Python Divide By Zero Error
nov 29 at 15:26
Does this Python expression make sense?
nov 26 at 22:15
Chained Method Calls in Python with dict
nov 21 at 18:33
sort a list alphabetically in a dictionary
nov 21 at 13:27
One's Complement Python