| bio | website | |
|---|---|---|
| location | London, United Kingdom | |
| age | ||
| visits | member for | 1 year, 7 months |
| seen | 9 hours ago | |
| stats | profile views | 29 |
|
May 13 |
awarded | Scholar |
|
May 13 |
accepted | Managing multiple stream operators (operator<<, >>) for same object |
|
May 7 |
revised |
Normalizing dictionary values Summarised comments into additional program |
|
May 7 |
comment |
Normalizing dictionary values Thanks - that's a good point. I've updated to use itervalues. |
|
May 7 |
revised |
Normalizing dictionary values responded to comment |
|
May 7 |
revised |
Normalizing dictionary values added 197 characters in body |
|
May 7 |
answered | Normalizing dictionary values |
|
May 2 |
answered | Read a file, skip unwanted lines & add into a List |
|
May 2 |
comment |
Managing multiple stream operators (operator<<, >>) for same object Simply surrounding with quotes is just a simple example I used here (perhaps too simple?). Let's say the different contexts require vastly different output strings so that you cannot reuse the same operator definition within one of them e.g. verbose debug statement with named fields: (a=1, b=2) vs comma seperated list of values: [1,2] |
|
May 2 |
asked | Managing multiple stream operators (operator<<, >>) for same object |
|
May 2 |
answered | Managing multiple stream operators (operator<<, >>) for same object |
|
Jan 31 |
answered | How to replace some string with capturing group in Python 3? |
|
Oct 9 |
comment |
Get joined string from list of lists of strings in Python Thanks. I didn't think too hard about the order of the for terms, but the OP said he didn't care about the order. |
|
Oct 9 |
answered | Get joined string from list of lists of strings in Python |
|
Oct 4 |
awarded | Yearling |
|
Sep 24 |
answered | Assigning values from dictionary to object |
|
Aug 19 |
comment |
Python: Linking Lists Together What's hard to read? Why? |
|
Aug 16 |
answered | Python: Linking Lists Together |
|
Aug 16 |
comment |
Python: Merging dictionary lists This may be fine for this case and the particular python implementation at hand, but in general one can't assume that the list of keys (returned by "for x in My_list") of a dictionary are in sorted order for every length of dict or particular python interpreter/platform. |
|
Aug 15 |
answered | Python: Merging dictionary lists |