Badge
| Guru | Accepted answer and score of 40 or more. This badge can be awarded multiple times. |
Ignacio Vazquez-Abrams earned this badge 19 times |
may 14 at 10:01
SQL multiple column ordering
may 5 at 23:47
Fastest way to swap elements in Python list
may 5 at 14:42
python get a filtered list of files in directory
may 4 at 3:57
Python, invoke super constructor
apr 23 at 21:19
Django: using <select multiple> and POST
mar 28 at 18:57
How do I prevent git diff from using a pager?
mar 16 at 23:01
Efficient way to shift a list in python
feb 20 at 17:17
Why does Python raise TypeError rather than SyntaxError?
dec 11 at 22:22
Override 'in' operator in Python
sep 1 at 5:04
String formatting named parameters?
jul 31 at 10:12
Compiling with cython and mingw produces gcc: error: unrecognized command line option '-mno-cygwin'
jun 21 '12 at 11:18
What is the difference between list and list[:] in python?
may 30 '12 at 7:18
Get the current URL within a django template
apr 20 '12 at 1:38
Are HTTP headers case-sensitive?
apr 11 '12 at 15:47
Access request in django custom template tags
jun 23 '11 at 22:32
parseInt(null, 24) === 23… wait, what?
jun 23 '11 at 8:57
python random string generation with upper case letters and digits
feb 14 '11 at 11:14
What does “12345” + 2 do in C?