1. 1
    Turning a key/value string into a dictionary in Python
    1m 10s

Turning a key/value string into a dictionary in Python

InstructorChris Biscardi

Share this video with your friends

Send Tweet

Sometimes you get strings instead of objects and you have to parse them out. Here's an example where the raw data I got from a Twitch chatbot message wasn't useful to me until I parsed it into a dictionary.