Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
Alex Martelli earned this badge 161 times |
may 21 at 10:58
Callable modules
may 18 at 13:30
How to use re match objects in a list comprehension
may 7 at 11:44
How to find out the arity of a method in Python
apr 29 at 19:01
Python: Filter a dictionary
apr 28 at 22:50
python create object and add attributes to it
apr 11 at 16:25
Accurate timing of functions in python
apr 11 at 5:29
How can 2 Python dictionaries become 1?
apr 6 at 20:26
Good ways to sort a queryset? - Django
apr 1 at 16:06
Does python have a string contains method?
mar 30 at 12:13
Specifying the VIM background colour
mar 29 at 6:12
fabric password
mar 27 at 20:51
Django models are not ajax serializable
mar 25 at 18:28
MySQL ORDER BY IN()
feb 28 at 6:35
Format floats with standard json module
feb 26 at 16:53
Multiple variables in Python 'with' statement
feb 25 at 22:12
Simulation of CONNECT BY PRIOR of ORACLE in SQL SERVER
feb 25 at 11:06
Function vs. Stored Procedure in SQL Server
feb 22 at 20:56
python dictionary is thread safe?
feb 22 at 1:15
Checking File Permissions in Linux with Python
feb 4 at 7:44
Defining private module functions in python
feb 4 at 7:44
About python's built in sort() method
feb 3 at 11:52
Best way to create a “reversed” list in Python?
feb 2 at 15:52
subprocess with timeout
jan 30 at 17:54
Unable to understand a line in .vimrc
jan 27 at 21:36
_ as variable name in Python
jan 21 at 13:13
What is the reason for having '//' in Python?
jan 15 at 16:36
Why use **kwargs in python? What are some real world advantages over using named arguments?
jan 8 at 16:37
Simple example of how to use ast.NodeVisitor?
jan 8 at 11:37
Read datetime back from sqlite as a datetime in Python
dec 29 at 19:34
using __init__.py
dec 22 at 21:26
Python: access class property from string
dec 18 at 20:35
Does Python support short-circuiting?
dec 17 at 22:45
Python, opposite function urllib.urlencode
dec 11 at 0:56
python multithreading for dummies
dec 10 at 0:36
Why use argparse rather than optparse?
dec 6 at 17:24
Return value from thread
nov 27 at 12:25
Stream large binary files with urllib2 to file
nov 21 at 2:57
Django: Where does “DoesNotExist” come from?
oct 29 at 15:50
Cost of len() function
oct 17 at 15:03
metaclass multiple inheritance inconsistency
oct 16 at 10:43
Javascript: How to remove characters from end of string?
oct 11 at 8:57
easiest way to parse xml in python
sep 25 at 14:52
Source interface with Python and urllib2
sep 21 at 19:36
Efficiency of using a Python list as a queue
sep 20 at 12:26
How to make vi redraw screen?
sep 18 at 21:06
How do I call setattr() on the current module?