I'm sure that this is both extremely easy and a combination of other questions on SO but I can't find the right answer.
I have a unicode string: u"word1 word2 word3..." It will always be in the same format. I want to parse it into a dictionary that will always have the same keys:
"key1:word1 key2:word2 key3:word3..."
How do I do this?