From Java to Python
Pages
Home
Showing posts with label
comprehension
.
Show all posts
Showing posts with label
comprehension
.
Show all posts
Friday, May 9, 2014
python: dictionary comprehension
dict = { 'a':1, 'b':2 } dict = { k: str(dict[k]) for k in dict.keys() } print(dict)
http://stackoverflow.com/questions/14507591/python-dictionary-comprehension
Older Posts
Home
Subscribe to:
Posts (Atom)