Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
Sven Marnach earned this badge 28 times |
may 17 at 0:32
Python dynamic instantiation from string name of a class in dynamically imported module
may 16 at 19:17
How to do “if-for” statement in python?
apr 11 at 22:00
Split string on whitespace in python
mar 24 at 13:46
os.path.dirname(__file__) returns empty
mar 21 at 13:51
How to find all occurrences of an element in a list?
feb 7 at 0:08
How to remove a key from dictionary?
jan 26 at 19:20
ipython or bpython?
jan 24 at 22:50
Python Slice Assignment Memory Usage
jan 22 at 20:54
How to Unstage and Discard in a single command in git
dec 19 at 18:50
Python Literal r'\' Not Accepted
nov 25 at 23:09
Get the name of current script with Python
nov 25 at 17:54
Python style - line continuation with strings?
sep 18 at 17:31
how to check if a type of variable is String in python?
aug 5 at 18:17
Python: open multiple files using “with open”?
jun 6 '12 at 12:04
Check in python if a list item contains a string
apr 3 '12 at 15:04
Why Math.pow(long, (1/3)) always returns 1?
feb 14 '12 at 21:44
Why does (1 in [1,0] == True) evaluate to False?
jan 10 '12 at 1:36
How can I find the missing value more concisely?
nov 14 '11 at 23:23
Fast tensor rotation with NumPy
sep 20 '11 at 23:37
Unusual typedef use in C++
jun 28 '11 at 23:27
Python 'self' keyword
may 29 '11 at 15:44
What does [:] in Python mean
may 11 '11 at 15:10
Packing 4 Integers as ONE BYTE?