Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Martijn Pieters earned this badge 71 times |
may 13 at 14:10
Concatenate elements of a list
may 13 at 9:10
for x in y(): how does this work?
may 12 at 18:59
Does fp.readlines() close a file?
may 7 at 5:24
os.walk without hidden folders
may 2 at 18:18
Replacing last value in list of tuples
may 2 at 12:22
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:39
Loading & Parsing JSON file in python
apr 19 at 17:29
Python class __init__ layout?
apr 19 at 10:13
Python code. Is it comma operator?
apr 9 at 15:32
if len(list) in Python
apr 2 at 1:27
Python not equal operator
mar 27 at 17:06
How to cleanly keep below 80-char width with long strings?
mar 26 at 13:10
Unicode encoding/decoding
mar 14 at 23:45
Is this not a tuple?
mar 14 at 17:09
Is there a way to react to an Exception raising to the top of the program without try/except in Python?
mar 7 at 10:58
Requests — how to tell if you're getting a 404
mar 6 at 10:42
String.replace() Python remove first coincidence
mar 1 at 17:36
Can this Python loop be expressed more succinctly?
feb 21 at 23:04
Splitting on last delimiter in Python string?
feb 10 at 19:31
Split a string using an integer as a delimeter
jan 17 at 11:42
How to use “import” in python?
jan 13 at 1:06
What is special about deleting an empty list?
jan 10 at 18:05
Python: How to count how many lines in a file are the same
jan 7 at 14:06
python tuples and lists. A tuple that refuses to convert
jan 2 at 7:57
Complex list slice/index in python
dec 29 at 20:54
getattr() versus dict lookup, which is faster?
dec 21 at 18:11
Python Syntax error makes no sense
dec 21 at 17:11
Iterating over Dictionaries
dec 19 at 15:55
python sort upper case and lower case
nov 30 at 18:36
Python “is” operator?
nov 30 at 16:01
Python Divide By Zero Error
nov 26 at 22:15
Chained Method Calls in Python with dict
nov 21 at 11:07
Why can't I use `import *` in a function?
nov 19 at 12:47
Indentation of nested for loop
nov 16 at 22:39
Python sets and interesction
nov 9 at 18:45
Python IOError: File not open for reading
nov 8 at 12:10
python - returning a default value
oct 27 at 12:24
Argparse: Way to include default values in '--help'?
oct 24 at 17:09
Proper way to raise exception in python?
oct 19 at 14:08
How to Print next year from current year in Python
oct 4 at 3:13
Why do function objects evaluate to True in python?
sep 30 at 15:27
What does this Python statement mean?
sep 25 at 14:12
Accessing a dictionary member within the same dictionary
sep 18 at 14:31
Python generator objects: __sizeof__()
sep 17 at 15:35
Bits list to integer in Python
sep 16 at 11:34
Local variables in Python nested functions
sep 14 at 19:44
in Python, How can I convert a string into a date object and get year, month and day separately?
sep 3 at 10:39
Python source code for built-in “in” operator
aug 28 at 6:08
Python, the same “for” for two lists
aug 28 at 0:23
Why does the list style disappear when display: block is added to a list item in a list (<ul> or <ol>)?
aug 19 at 15:37
How to read from a zip file within zip file in Python?