Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Brian earned this badge 65 times |
mar 23 at 22:06
Base-2 (Binary) Representation Using Python
mar 13 at 8:23
Why are Exceptions iterable?
jan 17 at 4:47
How to mark a global as deprecated in Python?
dec 29 at 18:49
“Least Astonishment” in Python: The Mutable Default Argument
nov 30 at 22:56
In python how to I verify that a string only contains letters, numbers, underscores and dashes?
sep 5 at 5:49
Any way to clear python's IDLE window?
aug 7 at 10:03
How to create single Python dict from a list of dicts by summing values with common keys?
jul 18 at 13:42
I'm using Python regexes in a criminally inefficient manner
jul 12 at 17:14
A get() like method for checking for python attributes
may 21 '12 at 4:16
convert string to preexisting variable names
mar 30 '12 at 10:19
Is Python interpreted (like Javascript or PHP)?
jan 6 '12 at 16:40
Array Vs. Linked List
nov 6 '11 at 4:50
Python re.findall with groupdicts
oct 19 '11 at 0:26
Short Description of Python Scoping Rules
aug 11 '11 at 15:27
Python module to extract probable dates from strings?
aug 4 '11 at 23:39
Is there a good Python GUI shell?
jul 13 '11 at 11:56
problem using an instance in a with_statement
jun 29 '11 at 16:44
What are your (concrete) use-cases for metaclasses in Python?
jun 27 '11 at 20:37
Is there a cross-platform way of getting information from Python's OSError
jun 14 '11 at 17:31
how to get content of a small ascii file in python?
jun 7 '11 at 5:28
Boolean 'and' in Python
may 3 '11 at 7:13
(post deleted or otherwise unavailable)
feb 2 '11 at 13:05
Can you add new statements to Python's syntax?
nov 4 '10 at 2:44
Python variable scope question
oct 17 '10 at 3:22
partial list unpack in python
sep 17 '10 at 4:01
Parsing an existing config file
aug 18 '10 at 12:47
How to create a file with a given size in Linux?
jul 27 '10 at 13:43
How to create python bytes object from long hex string?
jul 22 '10 at 10:42
What is the most efficient way in Python to convert a string to all lowercase stripping out all non-ascii alpha characters?
may 25 '10 at 3:42
Detecting Infinite recursion in Python or dynamic languages
may 25 '10 at 2:27
Is there an easy way to pickle a python function (or otherwise serialize its code)?
may 8 '10 at 22:47
Removing duplicates from list of lists in Python
apr 17 '10 at 21:52
Are there stack based variables in Python?
mar 24 '10 at 15:27
Is it possible to have multiple statements in a python lambda expression?
feb 10 '10 at 14:57
What does the Python Ellipsis object do?
jan 11 '10 at 17:52
Python - Parse a .py file, read the AST, modify it, then write back the modified source code
oct 27 '09 at 9:07
Trimming a string in Python
oct 27 '09 at 6:02
How do I execute a string containing Python code in Python?
aug 14 '09 at 22:22
Suggestions for a Cron like scheduler in Python?
jul 17 '09 at 14:32
Python - doctest vs. unittest
jun 30 '09 at 20:27
Difference between class foo and class foo(object) in Python
jun 24 '09 at 11:37
Turn a string into a valid filename in Python
jun 2 '09 at 21:12
Dictionary or If statements, Jython
may 5 '09 at 18:42
Python: Check if uploaded file is jpg
apr 19 '09 at 0:32
Best way to strip punctuation from a string in Python
apr 13 '09 at 17:12
Why the Global Interpreter Lock?
apr 11 '09 at 17:18
Getting method parameter names in python
feb 18 '09 at 11:17
Can you list the keyword arguments a Python function receives?
jan 10 '09 at 18:12
How to avoid computation every time a python module is reloaded
dec 3 '08 at 17:02
Splitting a semicolon-separated string to a dictionary, in Python
nov 11 '08 at 12:22
Is this the best way to get unique version of filename w/ Python?
nov 6 '08 at 13:27
How Does One Read Bytes from File in Python